GET
/v1/schemas/fal/audio/fal-ai%2Flyria2
Accept:
Request body
3 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The text prompt describing the music you want to generate | length ≥ 1 · length ≤ 2000 |
| negative_prompt | string | A description of what to exclude from the generated audio | default: "low quality" |
| seed | integer | A seed for deterministic generation. If provided, the model will attempt to produce the same audio given the same prompt and other parameters. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/lyria2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}