Create bulk render job from JSON
Bulk Rendering
Create bulk render job from JSON
Create a bulk render job with an array of variable sets. Each item generates one document.
POST
Create bulk render job from JSON
Documentation Index
Fetch the complete documentation index at: https://docs.autype.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key (starts with ak_...)
Body
application/json
Document ID to render
Available options:
PDF, DOCX, ODT Example:
"PDF"
Array of variable sets. Each object represents one document to generate.
Example:
[
{
"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.
Response
Bulk render job created
Bulk job ID for status polling
Available options:
PENDING, PROCESSING, COMPLETED, FAILED Available options:
PDF, DOCX, ODT Total number of items to render
Number of completed items
Number of failed items
Webhook URL if configured
