How to turn a blog post into narration audio
When to use: You want a listenable version of written content.
Prerequisites
- MiniMax account + API key — Global: minimax.io; Mainland: minimaxi.com. Set MINIMAX_API_KEY + MINIMAX_API_HOST matching region
- uvx installed — brew install uv
Flow
-
List voiceslist_voices — show all available voices in English.✓ Copied→ Voice catalog with previews
-
Render audiotext_to_audio: [paste article] with voice 'female-calm-en'. Save to /audio/article.mp3.✓ Copied→ MP3 file saved, URL returned
Outcome: Listenable audio version of your content.
Pitfalls
- Long articles hit per-call character limits — Split into paragraphs, render, and concatenate
- Pronunciation of proper nouns is off — Use SSML-style phonetic hints or the voice_design tool for specialized voices