Add your Voice (Deprecated)

Deprecated
View as MarkdownOpen in Claude
**Deprecated** — use `POST /waves/v1/voice-cloning` instead. The new endpoint defaults to `lightning-v3.1`, supports optional metadata, and returns pre-generated sample clips. This endpoint only clones onto `lightning-large` and the resulting voices do not work on `lightning-v3.1` (returns an empty WAV). Kept live for backward compatibility; new integrations should migrate.

Request

This endpoint expects a multipart form containing a file.
displayNamestringRequired
Display name for the voice clone.
filefileRequired
Audio file to create voice clone from.

Response

Voice clone created successfully
messagestring
Message if the voice clone was created successfully.
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error