Confirm one browser-generated cut
Confirms a 1080 × 1920 mp4 only after both the video and thumbnail exist. The cut becomes a downloadable asset and consumes one delivered slot exactly once.
Confirms a 1080 × 1920 mp4 only after both the video and thumbnail exist. The cut becomes a downloadable asset and consumes one delivered slot exactly once.
Authorization
BearerAuth Pass the raw API key as a Bearer token (Authorization: Bearer <key>). Publishable keys start with mvi_pub_ (playback-scoped). Other prefixes denote private/admin keys for general REST routes. GET /v1/embeds/{embedId}/playback accepts publishable keys only.
In: header
Path Parameters
Video identifier.
uuidCut analysis identifier.
uuidGenerated clip identifier.
uuidRequest 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://api.moviie.ai/v1/videos/497f6eca-6276-4993-bfeb-53cbbbba6f08/reels/497f6eca-6276-4993-bfeb-53cbbbba6f08/clips/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "fileSizeBytes": 1, "durationS": 1, "width": 1080, "height": 1920, "segments": [ { "startS": 0, "endS": 0, "crop": { "x": 0, "y": 0, "w": 1, "h": 1 } } ], "captionStyle": "word-by-word", "captionY": 12, "editedByUser": true }'{
"clipId": "e57fc9f6-a22c-4580-8e5f-074b5589cac3",
"uploadState": "stored",
"confirmed": true,
"fileSizeBytes": 0
}{
"error": "Resource not found",
"code": "NOT_FOUND"
}{
"error": "Resource not found",
"code": "NOT_FOUND"
}{
"error": "Resource not found",
"code": "NOT_FOUND"
}{
"error": "Resource not found",
"code": "NOT_FOUND"
}