podcast_create
Generate a standalone podcast from provided text content. Supports customization of title, description, focus, length, and language.
Instructions
Generate a standalone podcast from text (Enterprise only, no notebook needed).
Args: text: Text content to turn into a podcast. Can be a single string or a list of strings (each becomes a separate context). title: Optional podcast title description: Optional podcast description focus: Optional topic focus prompt to guide the podcast length: "SHORT" (~4-5 min) or "STANDARD" (~10 min) language: Language code (default: "en")
Returns: Dictionary with operation name for tracking and downloading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| title | No | ||
| description | No | ||
| focus | No | ||
| length | No | STANDARD | |
| language | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||