curl --request POST \
--url https://api.videodb.io/video/{video_id}/scene/{scene_id}/describe/ \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"prompt": "Describe what happens in this scene",
"model_name": "gpt-4"
}
'