Audio Projects
AI Voice Generator
Generate speech from text. Each character costs 0.05 credits. The cost is rounded up to the nearest whole number.
post/v1/ai-voice-generator
Request body
Example request
{
"name": "My Voice Generator audio",
"style": {
"prompt": "Hello, how are you?",
"voice_name": "Elon Musk"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 1
}