Voices
Create a voice
Create a custom voice from a text description, or clone a voice from an audio sample.
post/v1/voices
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
{
"from": {
"audio": "https://example.com/audio.mp3"
}
}Response
Success