curl --request POST \
--url https://api.videodb.io/video/{video_id}/transcription/ \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"engine": "default",
"force": false,
"language_code": "en-US",
"callback_url": "https://webhook.example.com/callback",
"callback_data": {}
}
'