Create a session

AI Tools

To use ID verification, you will first need to create a session with the doc_scan method enabled.

Endpoint

HTTP
Copy
HeaderDescription
AuthorizationAPI Key to call the Yoti Age API. Should be sent as a Bearer {{API_TOKEN}} .
Content-Typeapplication/json
Yoti-SDK-IdYour unique Yoti-Sdk-Id (uuid)

The age verification API uses an HTTP authentication scheme called ‘bearer authentication’. This involves security tokens called ‘bearer tokens’. They are the predominant type of access token used with OAuth 2.0. A resource should interpret a bearer token as "Give the bearer of this token access". The client must send this token in the Authorization header when making requests to protected resources.

It is important that your API Key remains strictly confidential. It must be stored securely. We advise that you never commit any code containing your API Key, and never share it beyond the authorised party.

If you believe your API key has been compromised, please generate new API keys in the hub as soon as possible.

Request Body

JSON
Copy
ParameterTypeValueDescription
allowedbooleanTRUE / FALSEEnable the verification method to be available for the user to use.
thresholdintegere.g.18Age threshold for under/over age limits. We recommend this to be the exact age of the threshold you want to cover.
authenticitystringAUTO/OFF/MANUALIf you would like to enable this, Yoti will perform a visual check on the document. For more information on the types of checks please head here.
levelstringPASSIVE/NONE

The level of anti-spoofing for each age verification method.

PASSIVE - enables an static liveness test and face match for IDV.

preset_issuing_countrystringe.g.GBRIn the format of a 3-letter ISO 3166-1 country code. Determines the preset issuing country for the document selection.
typestringOVER/UNDER/AGE

This is where you define what preference you want to set for the age of the user.

  • OVER - If the user is OVER an age threshold e.g. over 18.
  • UNDER - If the user is UNDER an age threshold e.g. under 18.
  • AGE - This will return the verified AGE of the user e.g if the user is verified to be 25, we will return 25.
ttlinteger900

In seconds. How long the session is valid for, the user will need to complete this before the ttl expires.

  • Minimum value:60 (1 minute)
  • Maximum value: 2592000 (1 month)
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard