Create an embedded signature request
Creates an embedded signature request for a template with one or more signers.
If template fields have assigned roles, signers must include a signer for each
of those roles. Requires signers (array of email, name, and role, in signing
order). Optional sender (email and name); when omitted, sender defaults to the
API key organization owner. Optionally accepts a fields array to pre-fill
template fields. Use each signer’s recipientSignatureId with the create signing
URL endpoint to mint embeddable links.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of the template to create a signature request for
"abc123xyz"
People who will sign, in signing order. Must cover every role assigned to fields on the template.
1Optional. Who is sending the request. When omitted, defaults to the API key organization owner.
Optional flag to mark the signature request as a test. Test mode requests are not counted toward billing
false
Optional array of fields to pre-fill in the template
Response
Signature request created successfully
The unique identifier of the created signature request
"abc123xyz"
"tmpl_123"
Created, Completed, Expired "Created"
true
Envelope fields with current values. Signature image data is never returned.