GET

/v1/schemas/fal/audio/fal-ai%2Fmaya?kind=output

kind outputactivity audiohash e4328b43extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

5 properties · 5 required · 1 $defs
propertytypedescriptionconstraints
generation_time*numberTime taken to generate the audio in seconds
rtf*numberReal-time factor (generation_time / audio_duration). Lower is better.
audio*FileThe generated audio file containing the speech (WAV or MP3 format, 24kHz or 48kHz mono depending on upsampler)
sample_rate*stringSample rate of the generated audio
duration*numberDuration of the generated audio in seconds

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/maya","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}