Pular para o conteúdo principal
POST
/
clips
/
{videoId}
/
submissions
/
{submissionId}
/
apply_template
Apply template to clips
curl --request POST \
  --url https://api.cut.pro/api/v1/clips/{videoId}/submissions/{submissionId}/apply_template \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "template_id": "<string>",
  "clip_ids": [
    "<string>"
  ]
}
'
{
  "total": 123
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

videoId
string
obrigatório
submissionId
string
obrigatório

Corpo

template_id
string
obrigatório

ID of the template to apply — must be one of your own templates (see GET /templates)

clip_ids
string[]

Subset of clip IDs to apply the template to. Omit to apply to all clips in the submission

Resposta

Response for status 200

total
number
obrigatório

0 — no clips matched the filter

Última modificação em 6 de junho de 2026