Skip to content

Identify PDF

POST
/identify
curl --request POST \
--url http://localhost:8080/identify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/pdf' \
--data binary

Checks whether a PDF was produced by this API and returns its document UUID if found.

Media type application/pdf
string format: binary

Identification result

Media type application/json
IdentifyResponse
object
documentId
string | null
Example generated
{
"documentId": "example"
}

PDF content is empty or invalid

Failed to read PDF