Token

Updated: 28-6-2023

Description

Provides species identification implementations based on images using a token.

See Identify for full description of the endpoint.

Endpoint

/v2/observation/identify/token/<token>

Info

Replace <token> with your token provided to you by Naturalis.

Response (error)

HTTP code: 401 - Token not found

{
  "error": {
    "code": "token_not_found",
    "message": "The used token does not exist. Please use a valid token. Alternatively, you can use a different endpoint that does not require authentication. Please check `<hostname>/v2/observation/endpoints` for a list of possibilities"
  }
}