eSignatures API
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Create Custom Session Configuration
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
You can use this endpoint to create your own custom made identity verification session configuration.
HTTP
POST https://api.yotisign.com/v2/idv/sessions/configsHeaders Explained
The following elements are needed:
| Header | Description |
|---|---|
| Authorization (header) | API Key to call the Yoti Sign API. This should be sent as a bearer token. |
| Content-Type (header) | application/json |
Request Payload
An example of the request body can be found below:
JSON
{ "name": "My Custom Session config", "is_private": false, "session_config": { "client_session_token_ttl": 1200, "resources_ttl": 2630000, "user_tracking_id": "string", "block_biometric_consent": false, "requested_checks": [ { "type": "ID_DOCUMENT_AUTHENTICITY", "config": { "manual_check": "FALLBACK" } }, { "type": "LIVENESS", "config": { "liveness_type": "ZOOM", "max_retries": 3 } }, { "type": "ID_DOCUMENT_FACE_MATCH", "config": { "manual_check": "FALLBACK" } }, { "type": "WATCHLIST_SCREENING", "config": { "categories": [ "SANCTIONS", "ADVERSE-MEDIA" ] } }, { "type": "THIRD_PARTY_IDENTITY", "config": { "manual_check": "NEVER" } } ], "requested_tasks": [ { "type": "ID_DOCUMENT_TEXT_DATA_EXTRACTION", "config": { "manual_check": "FALLBACK" } }, { "type": "SUPPLEMENTARY_DOCUMENT_TEXT_DATA_EXTRACTION", "config": { "manual_check": "FALLBACK" } } ], "required_documents": [ { "type": "ID_DOCUMENT" }, { "type": "SUPPLEMENTARY_DOCUMENT", "document_types": [ "COUNCIL_TAX_BILL", "PHONE_BILL", "UTILITY_BILL" ], "objective": { "type": "PROOF_OF_ADDRESS" } } ] }}| Value | Description |
|---|---|
| name | This is the name of your custom configuration, and will need to be used when specifying which configuration to use. |
| is_private | Whether to keep this session config as only accessible from this API key, or whether to allow other users of your organisation to use it |
| session_config | An identity verification payload, to be used to customise the identity verification session. |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Get Session ConfigurationsGot a question? Contact us here.
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message