GET
/v1/schemas/fal/audio/fal-ai%2Fminimax%2Fspeech-02-turbo
Accept:
Request body
6 properties · 1 required · 3 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character) | length ≥ 1 · length ≤ 5000 |
| output_format | enum | Format of the output content (non-streaming only) | url | hex · default: "hex" |
| language_boost | enum | Enhance recognition of specified languages and dialects | Chinese | Chinese,Yue | English | Arabic | Russian | Spanish · +32 more · nullable |
| pronunciation_dict | PronunciationDict | Custom pronunciation dictionary for text replacement | nullable |
| voice_setting | VoiceSetting | Voice configuration settings | |
| audio_setting | AudioSetting | Audio configuration settings |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/minimax/speech-02-turbo","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}