Export a ZIP batch
Render 1–100 finished images into a ZIP, up to 300 MB. Every image must belong to you. Processing is billed per image when submitted; ZIP export uses no additional credits.
POST
/api/batch/exportAuthenticate with
X-API-Key. Keep your key on your server; never embed it in a public website.Request parameters
idsarrayJob IDs, used with one shared spec.
specobjectShared export settings.
itemsarrayAlternative to ids: objects with id and spec, allowing different edits per image.
Response
200 · Success{
"binary": "ZIP bytes"
}Errors use a structured error.code and error.message. See error handling →