Cut.ProDocs
Renders

Start a bulk download

Packages a set of completed renders into a single zip file. Returns a job_id immediately — poll GET /renders/bulk-download/{job_id} until status is completed, then download the zip from the returned URL.

Up to 500 renders per job. Renders that don't belong to your workspace are silently skipped; the job fails with NO_VALID_RENDERS if none survive that filter.

X-Api-Key<token>

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

POST
/renders/bulk-download
curl -X POST "https://example.com/renders/bulk-download" \  -H "Content-Type: application/json" \  -d '{    "render_ids": [      "string"    ]  }'
{  "job_id": "string"}