elevenlabs_create_podcast
Create Podcast. Create and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio generation costs.
Bulk support: accepts model_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| intro | No | ||
| outro | No | ||
| source | Yes | ||
| account | No | ||
| language | No | ||
| model_id | Yes | ||
| model_ids | No | ||
| highlights | No | ||
| callback_url | No | ||
| duration_scale | No | ||
| quality_preset | No | ||
| safety-identifier | No | ||
| instructions_prompt | No | ||
| apply_text_normalization | No |