Endpoint
Authentication
This endpoint requires authentication via API key. Include your API key in theX-API-Key header:
Path Parameters
Request Body
The request body must be a JSON object with the following fields:Required Fields
Optional Fields
Recipient Object Fields
File Object Fields
Request Example
Response
Success Response
Status Code:200 OK
Response Fields
Envelope URL Object Fields
Error Responses
401 Unauthorized
Returned when authentication fails. See the authentication errors section for details.404 Not Found
Returned when the task doesn’t exist or you don’t have access to it.409 Conflict
Returned when the task is not at a signature step or signature has already been initiated.422 Validation Error
Returned when the request body is invalid (for example,recipients provided without custom_recipients=true, or signing_document missing when replace_signing_document=true).
500 Internal Server Error
Returned when signature initiation fails due to a server error.Notes
By default (
custom_recipients=false), the envelope uses the recipients already configured on the signature step. Set custom_recipients=true and supply recipients to upsert recipients before sending. Set create_envelope_url=true to receive a coordinator URL for editing or viewing the envelope.Use Cases
This endpoint is useful for:- Contract execution - Create and send a signature envelope after review and approval
- Custom signing workflows - Upsert recipients or replace the signing document at send time
- Coordinator handoff - Return an envelope URL so a coordinator can edit or view the envelope
- Multi-party agreements - Configure signers and viewers for a structured signing process