generate_article_narration
Convert article text into audio narration for podcasts, accessibility, or newsletters. Submit title and body; receive a job ID to retrieve the finished audio.
Instructions
Generate audio narration of article or blog post content using text-to-speech. Creates podcast-style audio, accessibility voiceovers, and audio newsletters from written text. Pass the article title and body text; the tool selects an appropriate voice and submits an async audio job. Returns a job ID to poll for the finished audio file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Full article body to narrate (max 4096 characters). | |
| speed | No | Playback speed multiplier 0.25–4.0 (default: 1.0). | |
| title | No | Article title. Prepended to the narration if provided. | |
| voice | No | Narration voice (default: nova — warm and clear for long-form). | |
| format | No | Output format (default: mp3). |