GET
/v1/schemas/fal/audio/nvidia%2Fnemotron-asr-multilingual%2Fasr?kind=output
Accept:
Response body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| output* | string | The transcribed text from the audio. | |
| partial | boolean | True if this is an intermediate result during streaming. | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"nvidia/nemotron-asr-multilingual/asr","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}