post https://apiexample.intellicheck.com/api/v1/start-selfie
Used to signify the start of the selfie process
Log in to see full request history
Responses
Used to signify the start of the selfie process
xxxxxxxxxx
13curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/start-selfie \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'customer-id: <customer_id>' \
--header 'signature: <calculated_signature>' \
--data '
{
"private_data": {
"transaction_id": "<transaction_id>"
}
}
'
xxxxxxxxxx
12[
{
"public_data": {
"version": "3.1.1",
"endpoint": "start-selfie"
},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369",
"selfie_url": "https://id.authid.ai/..."
}
}
]