GET

/v1/schemas/fal/audio/fal-ai%2Flyria2

kind inputactivity audiohash 68f35932extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

3 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt describing the music you want to generatelength ≥ 1 · length ≤ 2000
negative_promptstringA description of what to exclude from the generated audiodefault: "low quality"
seedintegerA 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 tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/lyria2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}