{"info":{"title":"ModelRunner OpenAPI schema for resemble-ai/chatterbox/speech-to-speech","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":["source_audio_url"],"properties":{"source_audio_url":{"type":"string","title":"Source Audio Url","format":"uri","x-order":0,"description":"The speech recording to convert. Its words, timing, and delivery are preserved while the speaker's voice is replaced. Provide a clean, single-speaker clip (WAV or MP3)."},"target_voice_audio_url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}],"title":"Target Voice Audio Url","x-order":1,"description":"Optional reference clip of the voice to convert the source into. Provide a clean, single-speaker sample of the target voice; leave it unset to use the built-in default conversion voice."}},"x-fal-order-properties":["source_audio_url","target_voice_audio_url"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Converted speech audio file URL (WAV)."}}}}