generate_article_narration
Create audio narration of articles and blog posts with text-to-speech. Submit title and body to generate a podcast-style audio file for accessibility or newsletters.
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 |
|---|---|---|---|
| title | No | Article title. Prepended to the narration if provided. | |
| text | No | Full article body to narrate (max 4096 characters). | |
| voice | No | Narration voice (default: nova — warm and clear for long-form). | |
| format | No | Output format (default: mp3). | |
| speed | No | Playback speed multiplier 0.25–4.0 (default: 1.0). |