GET
/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv2.6
Accept:
Request body
5 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | A description of the music style, mood, genre, and scenario. 10-2000 characters. | length ≥ 10 · length ≤ 2000 |
| lyrics | string | Lyrics of the song. Use \n to separate lines. Supports structure tags: [Intro], [Verse], [Pre Chorus], [Chorus], [Post Chorus], [Hook], [Bridge], [Interlude], [Transition], [Build Up], [Break], [Inst], [Solo], [Outro]. Max 3500 characters. Required when is_ins… | length ≤ 3500 · default: "" |
| is_instrumental | boolean | When true, generates vocal-free instrumental music. | default: false |
| audio_setting | AudioSetting25 | Audio configuration settings | |
| lyrics_optimizer | boolean | When true and lyrics is empty, auto-generates lyrics from the prompt. | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/minimax-music/v2.6","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}