Powerful text-to-speech API for developers. Transform your text into natural-sounding audio with just a few lines of code.
Status: Stable
All API requests require an API key in the headers:
Authorization: Bearer YOUR_API_KEY
POST /api
Content-Type: application/json
Authorization: Bearer your-api-key
{
"title": "Podcast title",
"langCode": "en",
"dialogue": [
{"male": "any text"},
{"female": "any text"},
{"guest": "any text"}
]
}
{
"success": true,
"id": "abyz",
"status_url": "/api?id=abyz",
}
male
- Male voicefemale
- Female voiceguest
- Guest male voiceParameter | Type | Required | Description |
---|---|---|---|
title | string | Yes | The title of your audio content |
langCode | string | Yes | Language code (e.g., 'en') |
dialogue | array | Yes | Array of dialogue objects |
Get an API key and start transforming your text into natural speech.
Get Your API KeyJoin hundreds of content creators who are already using ZenMic to create amazing podcasts.
Start Generating