POST
/
api
/
v1
/
client
/
prompt
/
speech
/
price-calculation
Speech Prompt Booster Price Calculation
curl --request POST \
  --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/prompt/speech/price-calculation \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "price": 0.0008728
}

Body

application/json
prompt
string
required
Minimum string length: 3

Response

Price calculated

price
number<double>
Example:

0.0008728