v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API
Calculate the price for enhancing text-to-speech prompts
post/api/v1/client/prompt/speech/price-calculation
Request body
Example request
{
"prompt": "Tell me a story about a brave knight",
"lang_code": "en"
}Response
Price calculation returned successfully
Example response
{
"price": 0.00012345
}