POST
/
api
/
v1
/
client
/
vid2txt
/
price-calculation
Video URL to Text Price Calculation
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
  }
}

Body

application/json
include_ts
boolean
required
model
string
Example:

"WhisperLargeV3"

video_url
string
duration_seconds
number

Response

Price calculated

data
object