Verify
curl --request POST \
--url https://api.superdoc.dev/v1/verify \
--header 'Content-Type: application/json' \
--data '{
"document": {}
}'{
"valid": true,
"reason": "<string>",
"signer": "<unknown>",
"signers": "<array>",
"document": {}
}Document Operations
Verify
Verify the signature and integrity of a signed PDF.
Send a JSON request body with:
document: object containing eitherbase64orurl
The response includes verification status, signer information, and document metadata.
POST
/
v1
/
verify
Verify
curl --request POST \
--url https://api.superdoc.dev/v1/verify \
--header 'Content-Type: application/json' \
--data '{
"document": {}
}'{
"valid": true,
"reason": "<string>",
"signer": "<unknown>",
"signers": "<array>",
"document": {}
}Documentation Index
Fetch the complete documentation index at: https://superdoc-artem-comments-small-screen-v4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Signed PDF provided as either base64 or URL
Was this page helpful?
⌘I

