Start generating
Voice isolation
This endpoint will start a new task to isolate the voice from the background audio. Audio duration must be greater than 4.6 seconds and less than 3600 seconds.
post/v1/voice_isolation
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Request body
Example request
{
"audioUri": "https://example.com/audio.mp3"
}Response
The task that was created.