v4

latestOpenAPI 3.0.3Commercialraw.githubusercontent.com2026-08-0112681.4 KB
Verification

Verify

Verify the signature and integrity of a signed PDF.

Send a JSON request body with:

  • document: object containing either base64 or url

The response includes verification status, signer information, and document metadata.

post/v1/verify

Request body

documentobject required

Signed PDF provided as either base64 or URL

Response

Default Response

validboolean required

Whether the signature is valid

reasonstring

Explanation of verification result

{"stackTrail":"components:schemas:VerifyResponse:properties:signer","oasType":"schema","type":"unknown","description":"Primary signer information"}
documentobject

Document metadata (only when valid)