GET
/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv2.5
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. Max 2000 characters. | length ≥ 1 · length ≤ 2000 |
| lyrics | string | Lyrics of the song. Use \n to separate lines. Supports structure tags: [Intro], [Verse], [Pre Chorus], [Chorus], [Bridge], [Outro], [Interlude], [Hook], [Break], [Solo], [Inst]. Max 3500 characters. Required when is_instrumental is false and lyrics_optimizer i… | 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.5","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}