Submit multiple render jobs in a single request. Each job in the batch follows the same schema as a single job creation. Supports partial success - some jobs may succeed while others fail.
Bearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/team/settings
Configuration for creating a batch of render jobs in a single request (1 to 1000 jobs)
Array of job configurations to create as a batch. Each item follows the same schema as a single job creation request.
1 - 1000 elementsBatch created successfully. Check 'status' field: 'created' means all jobs succeeded, 'partial' means some failed (see 'errors' array).
Response after creating a batch of jobs, including per-job results and any errors
Unique batch identifier in ULID format for tracking the entire batch
'created' if all jobs succeeded, 'partial' if some failed, 'error' if all failed
created, partial, error Total number of jobs in the batch request
Number of successfully created jobs
Array of successfully created job details
Array of errors for failed jobs (only present when status is 'partial' or 'error')