{"info":{"title":"ModelRunner OpenAPI schema for elevenlabs/audio-isolation","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":{"audio_url":{"type":"string","title":"Audio URL","format":"uri","x-order":0,"description":"URL of the audio file to isolate voice from (mp3, ogg, wav, m4a, aac). Must be at least 4.6 seconds long."}},"x-fal-order-properties":["audio_url"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Isolated voice audio file URL (MP3)."}}}}