Generate multiple PDFs from different templates in a single API call with detailed result tracking
API key for accessing the Docurate PDF API
1[
{
"templateId": "template_123",
"data": {
"name": "John Doe",
"company": "Acme Corp"
},
"filename": "document1.pdf"
},
{
"templateId": "template_456",
"data": {
"name": "Jane Smith",
"department": "Marketing"
},
"filename": "document2.pdf"
}
]