Skip to main content
POST
/
documents
/
validate
Validate document after an upload to a presigned URL
curl --request POST \
  --url https://api.example.com/documents/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'
{}

Body

application/json
key
string
required

Response

The response is of type object.