API reference
POSTRequires Bearer token
Create a signing envelope
/api/v4/envelopes
Send documents and signers. Typically multipart: files + a JSON `payload` (or equivalent fields).
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 |
|---|---|---|
name Required | string | Envelope title. e.g. "NDA Q1" |
documents[] Required | string | PDFs to sign. |
signers Required | array | Signers in order. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |