v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

Send 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

documentstring binary

MetaMap-supported documents only. Location of file to upload.

custom-documentstring binary

Custom documents only. Location of file to upload.

Response

201

OR

Example response

[
  {
    "data": {
      "inputType": "selfie-photo",
      "type": "selfie-photo",
      "filename": "selfie.png"
    },
    "result": true
  }
]