Podcast Generation
Generate a multi-speaker AI podcast from a script or prompt, with selectable voice models for each speaker.
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
The podcast generation request payload.
The podcast script content.
"Welcome to the FineVoice podcast. Today we discuss AI audio..."
The thumbnail image URL.
Voice models used by podcast speakers.
["olivia", "ethan"]
The expected generated duration.
"5min"
The generation prompt.
The desired podcast style.
"conversational"
Whether to keep the original text wording.
Set to true to process asynchronously.
true
Response
Task accepted. Returns a taskId for async polling or the result URL directly.
Standard response for audio processing tasks.
HTTP-style status code (200 for success, 202 for in-progress).
Download URL of the generated audio file (available when completed).
Task identifier for async polling. Use with GET /v1/task/{task_id}.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Multiple output URLs (e.g. for separation stems).