GET

/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv2.6

kind inputactivity audiohash 89e24dedextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

5 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringA description of the music style, mood, genre, and scenario. 10-2000 characters.length ≥ 10 · length ≤ 2000
lyricsstringLyrics 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_instrumentalbooleanWhen true, generates vocal-free instrumental music.default: false
audio_settingAudioSetting25Audio configuration settings
lyrics_optimizerbooleanWhen true and lyrics is empty, auto-generates lyrics from the prompt.default: false

Validate a payload

before you spend tokens
shell
$ 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", …}]}