Voice Design
POST/api/v2/voice-design sync Free (voice assets are reused across talking-head generations).
Design a custom voice from a text description (e.g. 'warm, friendly female voice with a slight British accent').
Request body
promptText description of the desired voice.
influencer_idSign in to pick from your trained influencers.
nameworkspace_id Sign in to run the playground
Request example
curl -X POST "https://influencerstudio.com/api/v2/voice-design" \
-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.