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