POST
/
extract
curl --request POST \
  --url https://api.scanify.com.br/extract \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form documentType=CNH \
  --form 'callbackUrl=<string>' \
  --form 'referenceId=<string>' \
  --form 'metadata={}'
{
  "requestId": "123e4567-e89b-12d3-a456-426614174000",
  "status": "IN_PROGRESS"
}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data

Response

200
application/json

Documento enviado com sucesso e processamento iniciado

The response is of type object.