Pular para o conteúdo principal
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>"
}

Autorizações

X-Api-Key
string
header
obrigatório

Corpo

render_ids
string[]
obrigatório

Render IDs to include in the zip.

Required array length: 1 - 200 elements

Resposta

Response for status 202

job_id
string
obrigatório
Última modificação em 6 de junho de 2026