{
"id": "doc_3jBYlxa9gv0fGLzFAnfwxe",
"envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
"title": "Dummy Agreement",
"page_count": 2,
"url": "https://pub-e5051420e98a4fdfb3fd42a62fbf06fa.r2.dev/dummy.docx",
"format": "docx",
"data": {
"date": "December 31st, 2025",
"showAlert": true,
"serviceProvider": {
"name": "Jane Smith",
"organization": "ACME Global, Inc."
},
"client": {
"name": "Michael J. Miller",
"organization": "Miller Industries"
}
},
"places" : [
{
"key": "provider_signs_here",
"type": "signature",
"recipient_key": "service_provider",
"height": 60
},
{
"key": "client_signs_here",
"type": "signature",
"recipient_key": "client",
"height": 60
}
]
}
{
"id": "doc_3jBYlxa9gv0fGLzFAnfwxe",
"envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
"title": "Dummy Agreement",
"page_count": 2,
"url": "https://pub-e5051420e98a4fdfb3fd42a62fbf06fa.r2.dev/dummy.docx",
"format": "docx",
"data": {
"date": "December 31st, 2025",
"showAlert": true,
"serviceProvider": {
"name": "Jane Smith",
"organization": "ACME Global, Inc."
},
"client": {
"name": "Michael J. Miller",
"organization": "Miller Industries"
}
},
"places" : [
{
"key": "provider_signs_here",
"type": "signature",
"recipient_key": "service_provider",
"height": 60
},
{
"key": "client_signs_here",
"type": "signature",
"recipient_key": "client",
"height": 60
}
]
}
places
array within the Document object. Fixed positions are defined in the fixed_positions
array.
Show PDF Document
pdf
and docx
.For PDF documents the format is pdf
.Show fixed position
place.key
values defined in the document’s places
list.Show signature place
recipient_key
, needs to sign.signature
.recipient.key
values in the envelope’s recipient list.Show initials place
recipient_key
, needs to write their initials.initials
.recipient.key
values in the envelope’s recipient list.Show text place
text
.#000000
(black).Show text input place
text_input
.recipient.key
values in the envelope’s recipient list.captures
object of the Envelope.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.required
or optional
. The default is required
.email
zipcode-us
/
, for example: /^[a-z0-9]{1,10}$/
Show checkbox place
checkbox
.recipient.key
values in the envelope’s recipient list.captures
object of the Envelope.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.check
and xmark
. The default is check
.required
or optional
. The default is optional
.Show recipient completed date place
recipient_key
, completed (for example, signed) the envelope.recipient_completed_date
.recipient.key
values in the envelope’s recipient list.D MMM YYYY
, which outputs as 31 Dec 2025.Show envelope completed date place
envelope_completed_date
.D MMM YYYY
, which outputs as 31 Dec 2025.Show DOCX Document
pdf
and docx
.For DOCX documents the format is docx
.Show fixed position
place.key
values defined in the document’s places
list.Show signature place
recipient_key
, needs to sign.signature
.recipient.key
values in the envelope’s recipient list.Show initials place
recipient_key
, needs to write their initials.initials
.recipient.key
values in the envelope’s recipient list.Show text place
text
.#000000
(black).Show text input place
text_input
.recipient.key
values in the envelope’s recipient list.captures
object of the Envelope.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.required
or optional
. The default is required
.email
zipcode-us
/
, for example: /^[a-z0-9]{1,10}$/
Show checkbox place
checkbox
.recipient.key
values in the envelope’s recipient list.captures
object of the Envelope.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.check
and xmark
. The default is check
.required
or optional
. The default is optional
.Show recipient completed date place
recipient_key
, completed (for example, signed) the envelope.recipient_completed_date
.recipient.key
values in the envelope’s recipient list.D MMM YYYY
, which outputs as 31 Dec 2025.Show envelope completed date place
envelope_completed_date
.D MMM YYYY
, which outputs as 31 Dec 2025.{
"id": "doc_3jBYlxa9gv0fGLzFAnfwxe",
"envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
"title": "Dummy Agreement",
"page_count": 2,
"url": "https://pub-e5051420e98a4fdfb3fd42a62fbf06fa.r2.dev/dummy.docx",
"format": "docx",
"data": {
"date": "December 31st, 2025",
"showAlert": true,
"serviceProvider": {
"name": "Jane Smith",
"organization": "ACME Global, Inc."
},
"client": {
"name": "Michael J. Miller",
"organization": "Miller Industries"
}
},
"places" : [
{
"key": "provider_signs_here",
"type": "signature",
"recipient_key": "service_provider",
"height": 60
},
{
"key": "client_signs_here",
"type": "signature",
"recipient_key": "client",
"height": 60
}
]
}