GET
/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv2
Accept:
Request body
3 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| lyrics_prompt* | string | Lyrics 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* | string | A description of the music, specifying style, mood, and scenario. 10-300 characters. | length ≥ 10 · length ≤ 2000 |
| 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-music/v2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}