Cut.ProDocs
Clips

Apply template to clips

Asynchronously applies one of your saved templates to all (or a subset of) the generated clips in a submission. The job runs in the background — returns immediately with the number of clips being processed.

Once a template is applied, each clip gets its own edit settings that you can then render via POST /clips/{videoId}/submissions/{submissionId}/clips/{clipId}/render.

Only one batch job can run at a time per account. Returns 429 if another is already running.

X-Api-Key<token>

In: header

Path Parameters

videoId*string
submissionId*string

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

POST
/clips/{videoId}/submissions/{submissionId}/apply_template
curl -X POST "https://example.com/clips/string/submissions/string/apply_template" \  -H "Content-Type: application/json" \  -d '{    "template_id": "string"  }'
{  "total": 0}