Skip to main content

Queue batch skin generation

POST 

/v2/queue/batch

Submit multiple generation requests in a single call.

Each item in the batch array is a regular url or user generate request body and is processed independently, so some items may succeed while others fail - check the success field of each result item. Results are returned in the same order as the request.

Requires the batch_generation grant (Pro+). A batch may contain between 1 and 24 items. The whole batch counts against your rate limit, so a batch larger than your remaining per-minute allowance is rejected with a 429.

Request

Responses

Batch Accepted