{"info":{"title":"ModelRunner OpenAPI schema for elevenlabs/scribe-v1","version":"0.1.0"},"paths":{"/health-check":{"get":{"summary":"Healthcheck","responses":{"200":{"content":{"application/json":{"schema":{"title":"Response Healthcheck Health Check Get"}}},"description":"Successful Response"}},"operationId":"healthcheck_health_check_get"}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["audio_url"],"properties":{"diarize":{"type":"boolean","title":"Diarize","default":true,"x-order":3,"description":"Annotate which speaker said each word."},"audio_url":{"type":"string","title":"Audio URL","format":"uri","x-order":0,"description":"URL of the audio file to transcribe. Supported formats: mp3, wav, m4a, ogg, aac."},"language_code":{"type":"string","title":"Language Code","x-order":1,"description":"ISO-639 language code of the audio (e.g. eng, spa, fra, deu, jpn). Leave unset to auto-detect the spoken language."},"tag_audio_events":{"type":"boolean","title":"Tag Audio Events","default":true,"x-order":2,"description":"Tag non-speech audio events like laughter and applause inline in the transcript."}},"x-fal-order-properties":["audio_url","language_code","tag_audio_events","diarize"]},"Output":{"type":"string","title":"Output","description":"The full transcribed text."}}}}