GET
/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv1.5
Accept:
Request body
3 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| lyrics_prompt* | string | Control music generation. 10-3000 characters. | length ≥ 10 · length ≤ 3000 |
| prompt* | string | Lyrics, supports [intro][verse][chorus][bridge][outro] sections. 10-600 characters. | length ≥ 10 · length ≤ 600 |
| 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/v1.5","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}