Use One Custom Voice
curl -X POST "https://api.autocontentapi.com/content/CreatePodcastCustomVoices" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "audio",
"voice1": "DonnaNarrative",
"resources": [
{
"type": "text",
"content": "Highlights from this week''s roadmap, customer wins, and upcoming launches."
}
],
"text": "Record this as a solo host update with a warm, confident tone."
}'Try it in code
Last updated