Generation
Generate a document
Produce a finished document from structured input.
Generated endpoint reference
Before you start
Step 1 — Structure the content
{
"data": [
{
"sectionKey": "borrower",
"sectionData": {
"name": "Northwind Trading Co.",
"entityType": "Corporation",
"address": "44 Harbour Road, Portland, OR"
}
},
{
"sectionKey": "terms",
"sectionData": {
"principal": 250000,
"ratePct": 7.25,
"termMonths": 60
}
}
],
"format": "docx"
}Step 2 — Style it
Step 3 — Generate
Step 4 — Collect the document
Step 5 — Or let the webhook bring it
When it goes wrong
Symptom
Cause
Fix
Related pages
Last updated

