curl --request POST \
--url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/vid2txt/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"include_ts": true,
"model": "WhisperLargeV3",
"video_url": "<string>",
"duration_seconds": 123
}
'{
"data": {
"price": 0.021
}
}Calculate transcription cost for a video URL.
curl --request POST \
--url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/vid2txt/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"include_ts": true,
"model": "WhisperLargeV3",
"video_url": "<string>",
"duration_seconds": 123
}
'{
"data": {
"price": 0.021
}
}