curl --request POST \
--url https://api.videodb.io/video/{video_id}/workflow/ \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"workflow_type": "transcribe",
"config": {
"language": "en",
"model": "gpt-4"
}
}
'