RenderedEnvelope
One rendered envelope. The documents array shape depends on the request's options.combinePdfs:
combinePdfs: falseโ one entry per document declared in the blueprint envelope. Each entry'skeyandnamecome from the document.combinePdfs: true(default) โ exactly one entry, representing the merged PDF for the whole envelope. The entry'skeyandnameare inherited from the envelope itself (itskeyandsubject), not from any single source document.
Consumers iterating documents[] work in both modes; if you need to distinguish, check options.combinePdfs from the request you sent.
- documentsType: array object[] ยท RenderedBlueprintDocument[]required
Rendered documents in this envelope. See the schema description for how the array shape varies with
combinePdfs.- keyType: stringrequired
Identifier for this rendered output. When
combinePdfsisfalse, this is the document'skeyfrom the blueprint envelope. WhencombinePdfsistrue, this is the envelope'skey(a single combined output stands in for the whole envelope). - nameType: stringrequired
Human-readable label. When
combinePdfsisfalse, this is the document'sname. WhencombinePdfsistrue, this is the envelope'ssubject. - signedType: string
Url requiredShort-lived URL to download the rendered PDF directly. Expires within minutes; not durable โ re-render to get a fresh URL if needed.
- envelopeType: string
Key requiredMatches an envelope
keyfrom the blueprint'sspec.envelopes.
