v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Add Document (Physical Documents - KYC)

Upload documents as part of KYC. Physical Documents are photos of actual documentation (like a passport or driver's license) that can be used to prove the identity of a customer. Upload only front/back of ID.

post/sso/document

Headers

api-keystring required
auth-keystring required

Request body

filestring binary required

File upload buffer data. Note: The maximum file size for a document is 10MB. Valid file extension: pdf, jpg, jpeg, png. Valid content type: 'application/pdf', 'image/png', 'image/jpg', 'image/jpeg'.

Response

200

statusinteger

Example response

{
  "status": 200,
  "doc": {
    "docId": "<doc-id>"
  }
}