Delete a video
Permanently deletes a video from your library along with all its submissions and generated clips. This action cannot be undone. Returns 409 if a submission is currently processing.
Authorization
apiKey In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/clips/string"List videos GET
Returns a paginated list of all source videos in your library, ordered by most recent submission. Each item includes lifecycle counters (clips generated, edits, exports, posts) and the status of the latest submission.
Submit a video for clipping POST
Queues a video for AI clipping. Credits are deducted immediately upon submission. Returns a `submission_id` to track progress. Poll `GET /clips/{videoId}/submissions/{submissionId}` until `status` is `completed` or `failed`, then retrieve the generated clips from `GET /clips/{videoId}/submissions/{submissionId}/clips`.