v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
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

namestring required

A name for the voice.

descriptionstring nullable

An optional description of the voice.

Example request

{
  "from": {
    "audio": "https://example.com/audio.mp3"
  }
}

Response

Success

idstring uuid required

The ID of the voice that was created.