Generate multiple images efficiently with batch processing
| Method | Endpoint | Description |
|---|---|---|
POST | /templates/{uid}/batch-render | Start batch job |
GET | /templates/batch/{batchId}/results | Get results |
POST | /templates/batch/{batchId}/cancel | Cancel batch |
| Status | Description |
|---|---|
pending | Job created, waiting to start |
processing | Currently rendering images |
completed | All items processed successfully |
partial | Completed with some failures |
failed | All items failed |
cancelled | Job was cancelled |
batch.completed event to your webhook URL (if provided):
| Plan | Max Items per Batch | Concurrent Batches |
|---|---|---|
| Free | 10 | 1 |
| Pro | 100 | 3 |
| Business | 1,000 | 10 |
| Enterprise | 10,000 | Unlimited |
API key obtained from the Pictify dashboard