v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API

Calculate the price for enhancing text-to-speech prompts

post/api/v1/client/prompt/speech/price-calculation

Request body

promptstring
lang_codestring nullable

Example request

{
  "prompt": "Tell me a story about a brave knight",
  "lang_code": "en"
}

Response

Price calculation returned successfully

pricenumber float

Example response

{
  "price": 0.00012345
}