BlitzReels
BlitzReelsDocumentation
API Reference

Deprecated

POST
/projects/{projectId}/timeline/split

Deprecated compatibility response. Use POST /projects/{projectId}/timeline/operations/execute.

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

projectId*string

Header Parameters

Idempotency-Key?string

Retry key (8-200 characters). Reusing it with identical input returns the original response; different input returns 409.

Match^[A-Za-z0-9._:-]+$
Length8 <= length <= 200

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/projects/string/timeline/split" \  -H "Content-Type: application/json" \  -d '{    "timeline_item_id": "string",    "split_at_seconds": 0  }'
{  "success": true,  "left_id": "string",  "right_id": "string",  "split_at_seconds": 0,  "message": "string"}