videos/{video_id}/remix interface, you can remix existing videos by video_id. If you still have a video_id, you need to create it through here. If you donāt have a video_id yet, you need to create one from here .Before using this endpoint, you must first generate a video using the Create video endpoint
curl --location --request POST 'https://api.cometapi.com/v1/videos/video_6971b97c353081909095884fed82591d/remix' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2-hd",
"stream": true,
"max_tokens": 3000,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "cat"
}
]
}
]
}'{
"id": "video_456",
"object": "video",
"model": "sora-2",
"status": "queued",
"progress": 0,
"created_at": 1712698600,
"size": "720x1280",
"seconds": "8",
"remixed_from_video_id": "video_123"
}