API reference
POSTRequires Bearer token
Self-sign documents
/api/v4/sign
Submit `/api/v4/sign`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
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 |
|---|---|---|
documents[] Required | string | PDFs to sign (max 100). |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |