{"info":{"title":"ModelRunner OpenAPI schema for rikorose/deepfilternet3","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":{"bitrate":{"type":"string","title":"Bitrate","default":"192k","x-order":2,"description":"Bitrate of the output audio (e.g. 192k). Ignored for lossless formats."},"audio_url":{"type":"string","title":"Audio URL","format":"uri","x-order":0,"description":"URL of the audio file to enhance (mp3, ogg, wav, m4a, aac). Background noise is removed and the speech is upsampled to 48 kHz."},"audio_format":{"allOf":[{"$ref":"#/components/schemas/AudioFormatEnum"}],"title":"Audio Format","default":"mp3","x-order":1,"description":"Container format of the enhanced output audio."}},"x-fal-order-properties":["audio_url","audio_format","bitrate"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Enhanced 48 kHz speech audio file URL."},"AudioFormatEnum":{"enum":["mp3","aac","m4a","ogg","opus","flac","wav"],"type":"string","title":"AudioFormatEnum"}}}}