Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement →
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": {}
}Verify the signature and integrity of a signed PDF.
Send a JSON request body with:
document: object containing either base64 or urlThe response includes verification status, signer information, and document metadata.
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-caio-sd-2929-configurable-toolbar.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Signed PDF provided as either base64 or URL
Was this page helpful?