Add Voice (Deprecated)
Add Voice (Deprecated)
**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.
Authentication
AuthorizationBearer
Header authentication of the form Bearer <token>
Request
This endpoint expects a multipart form containing a file.
displayName
Display name for the voice clone.
file
Audio file to create voice clone from.
Response
Voice clone created successfully
message
Message if the voice clone was created successfully.
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

