{ "opencollection": "1.0.0", "info": { "name": "Hailuo AI / MiniMax Chat Completions Text to Speech API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Text to Speech", "type": "folder" }, "items": [ { "info": { "name": "Synthesize speech (T2A v2)", "type": "http" }, "http": { "method": "POST", "url": "https://api.minimax.io/v1/t2a_v2", "body": { "type": "json", "data": "{}" } }, "docs": "Synchronous text-to-speech over HTTP using the speech-2.8 / speech-2.6 / speech-02 / speech-01 HD or turbo models. Text must be under 10,000 characters. A real-time WebSocket variant is documented separately at wss://api.minimax.io/ws/v1/t2a_v2 (see the AsyncAPI document)." } ] } ], "bundled": true }