curl --request POST \
--url https://api.videodb.io/video/{video_id}/clip \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"prompt": "Create a clip about the introduction",
"content_type": "spoken",
"model_name": "basic",
"scene_index_id": "idx-12345",
"callback_url": "https://webhook.example.com/callback"
}
'