API reference / Export a ZIP batch

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/export
Authenticate with X-API-Key. Keep your key on your server; never embed it in a public website.

Request parameters

idsarray

Job IDs, used with one shared spec.

specobject

Shared export settings.

itemsarray

Alternative 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 →

Clearcut support