GET

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

kind inputactivity audiohash 97dac793extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

3 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
lyrics_prompt*stringLyrics of the song. Use n to separate lines. You may add structure tags like [Intro], [Verse], [Chorus], [Bridge], [Outro] to enhance the arrangement. 10-3000 characters.length ≥ 10 · length ≤ 3000
prompt*stringA description of the music, specifying style, mood, and scenario. 10-300 characters.length ≥ 10 · length ≤ 2000
audio_settingAudioSettingAudio configuration settings

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","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}