Body
application/json
Document to verify
Verify the digital signature and integrity of a signed PDF document.
Public Endpoint: No authentication required.
Accepts two formats:
{
"document": {
"content": "JVBERi0xLjQK..." // base64 encoded PDF
}
}
curl -X POST /v1/verify \
-F "document=@signed.pdf"
Document to verify