Skip to main content
POST
/
renders
/
bulk-download
Start a bulk download
curl --request POST \
  --url https://api.cut.pro/api/v1/renders/bulk-download \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "render_ids": [
    "<string>"
  ]
}
'
{
  "job_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://cut.pro/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Body

render_ids
string[]
required

Render IDs to include in the zip.

Required array length: 1 - 200 elements

Response

Response for status 202

job_id
string
required
Last modified on May 27, 2026