Create session

Create Session

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

HTTP
Copy
HeaderDescription
AuthorizationAPI Key to call the Yoti Age Verification API. Should be sent as a Bearer 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 asap.

Request Body

JSON
Copy
ParameterTypesDescription
allowedtrue / falseEnable the verification method to be available for the user to use.
thresholdInteger e.g. 30Age threshold for under/over age limits. We recommend this to be the exact age of the threshold you want to cover.
authenticityOFF / AUTO / 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.
levelNONE / PASSIVE

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

PASSIVE enables an active liveness test and face match for IDV.

preset_issuing_countryThree letter country code e.g GBRDetermines the preset issuing country for the document selection.
typeOVER / UNDER / AGEThis is where you define what preference you want to set for the age of the user.
ttlseconds (300)How long the session is valid for, the user will need to complete this before the ttl expires. This must be at least 300 seconds (5 minutes). And can't be longer than 1 month.

Example response

If the request is successful and a session is generated the API will send a response in the form:

JSON
Copy

Error codes

Error codeDescription
201Success
400Missing field in post body
401Missing or unknown SDK ID
403Incorrect API key
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard