{
"prompt": "Extend the scene with the cat taking a bow to the cheering audience"
}
curl --location --request POST '/v1/videos//remix' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Extend the scene with the cat taking a bow to the cheering audience"
}'
{
"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"
}