GET
/v1/schemas/fal/audio/fal-ai%2Flyria3%2Fpro
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. Include genre, mood, instrumentation, tempo, and vocal style for best results. Lyria 3 supports vocals, lyrics, and multi-language generation. | length ≥ 1 · length ≤ 5000 |
| image_url | string | Optional image URL to use as inspiration for music generation. The model will create music that matches the mood and theme of the image. | nullable |
| negative_prompt | string | A description of what to exclude from the generated audio. | default: "" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/lyria3/pro","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}