Skip to main content
POST
/
kyb
/
documents
/
extract
Extract document data
curl --request POST \
  --url https://api.txcloud.io/v1/kyb/documents/extract \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file": "aSDinaTvuI8gbWludGxpZnk=",
  "type": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
file
string<byte>
type
string

Response

200

Extracted data