Create a bulk render job with an array of variable sets. Each item generates one document.
API Key (starts with ak_...)
Document ID to render
PDF, DOCX, ODT "PDF"
Array of variable sets. Each object represents one document to generate.
[
{
"companyName": "Acme Inc",
"date": "2024-01-01"
},
{
"companyName": "Beta Corp",
"date": "2024-01-02"
}
]Optional webhook configuration. Receives a POST when the bulk job completes or fails.
Bulk render job created
Bulk job ID for status polling
PENDING, PROCESSING, COMPLETED, FAILED PDF, DOCX, ODT Total number of items to render
Number of completed items
Number of failed items
Webhook URL if configured