Skip to content

Identify PDF

POST
/identify
curl --request POST \
--url http://localhost:8080/identify

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

Identification result

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

PDF content is empty or invalid

Failed to read PDF