Initiate a request - please refer to the list of API response codes in the Insights section for the details... Once you obtained an webid_url, please embed the webid_url in an iframe or webviewer. webid_key is the unique reference for each request. The mode (production or sandbox) will be calculated based on domain/ip address from which we receive the request. Please contact support to setup the mode.Note : You can pass a custom header webhook_url to receive the webhook callbacks. If nothing is specified, it uses the default webhook_url given during the subscriber setup. This option isn't available for production IP address.
Request
Header Params
Authorization
string
required
Bearer token, replace with your token
Example:
Bearer {{token}}
webhook_url
string
optional
A webhook url to receive the webhook callback during development mode
Example:
https://example.com/webhookdev
metadata
string
optional
Comma-separated values up to 9, each number represents an facial attribute. The webhook will return only the requested metadata attributes as specified in the metadata. default is 0, specifies no need to return any facial attribute values in webhook
Example:
'1,2,4,9'
mode_id
string
optional
Specifies the theme for the application, whether it should be loaded in light or dark mode. The default mode is Light. Possible values are LIGHT and DARK
Example:
DARK
livecheck_id
integer
optional
Handles the liveness check for the image. The default value is '0', which means liveness check is not performed by default.
Example:
1
location_id
integer
optional
If this is set to '1', geolocation is mandatory during the qid process. By default it is 0