{
"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
Show signature place
recipient_key
, needs to sign.signature
.Show initials place
recipient_key
, needs to write their initials.initials
.Show text place
text
.#000000
(black).Show text input place
text_input
.captures
object of the Envelope.required
or optional
. The default is required
.email
or zipcode-us
. Alternatively, a regular expression can be used, enclosed in forward slashes.Learn more in Format Validation.Show checkbox place
checkbox
.captures
object of the Envelope.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
.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
Show signature place
recipient_key
, needs to sign.signature
.Show initials place
recipient_key
, needs to write their initials.initials
.Show text place
text
.#000000
(black).Show text input place
text_input
.captures
object of the Envelope.required
or optional
. The default is required
.email
or zipcode-us
. Alternatively, a regular expression can be used, enclosed in forward slashes.Learn more in Format Validation.Show checkbox place
checkbox
.captures
object of the Envelope.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
.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
}
]
}