v1
latestOpenAPI 3.1.02026-07-24450175.9 KBSend Inputs
Use this API to send documents, selfies, videos, or other identifying information
post/{identity}/send-input
Path parameters
identitystring required
The identity is in the successful response to a Verification Creation request
Headers
Content-Typestring required
Request body
Response
201
Example response
[
{
"data": {
"inputType": "selfie-photo",
"type": "selfie-photo",
"filename": "selfie.png"
},
"result": true
}
]