API reference
POSTRequires Bearer token
Verify a signed PDF
/api/verification/verify
Send either a multipart file or a JSON body with a document URL.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
Send as multipart/form-data.
| Field | Type | Description |
|---|---|---|
file | string | PDF to verify (multipart). |
url | string | HTTPS URL of the PDF (JSON). e.g. "https://files.acme.test/signed.pdf" |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |