GET
/v1/schemas/fal/audio/fal-ai%2Fcohere-transcribe?kind=output
Accept:
Response body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | Transcribed text from the audio file. | |
| timings | object | Performance timing breakdown in seconds. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/cohere-transcribe","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}