Text to Speech
POST/api/v2/text-to-speech25 credits per generation
Generate spoken audio from text in any voice your team owns — built-in voices, premium presets, or custom cloned/designed voices.
Request body
voice_idGenerate an API key to pick from your voices.
Voice to speak in. Accepts a voice id from GET /api/v2/voices, a voice created via /api/v2/voice-clone or /api/v2/voice-design, or a built-in/premium preset voice id. Cloned custom voices work exactly like any other voice.
textThe text to convert to speech.
languageSpoken language (ISO 639-1 code). Default: en.
speedSpeech speed (0.6–1.5). Default: 1.0.
volumeOutput volume (0.5–2.0). Default: 1.0.
emotionEmotional tone of the delivery. Default: neutral.
output_formatAudio container format. Default: mp3.
workspace_id Sign in to run the playground
Request example
curl -X POST "https://influencerstudio.com/api/v2/text-to-speech" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Output
Run the model to see results
Real outputs will stream into this panel as the request completes.