Add your voice using the Waves API.
Note: The Mintlify web UI currently does not correctly upload files in the API request. Below, we have provided code examples in Python and curl to help you test the API.
Here is a Python example using the requests
library:
Replace YOUR_API_KEY
with your actual API key and example.wav
with the path to your audio file.
JWT token for authentication
Voice clone created successfully
The response is of type object
.
Add your voice using the Waves API.
Note: The Mintlify web UI currently does not correctly upload files in the API request. Below, we have provided code examples in Python and curl to help you test the API.
Here is a Python example using the requests
library:
Replace YOUR_API_KEY
with your actual API key and example.wav
with the path to your audio file.
JWT token for authentication
Voice clone created successfully
The response is of type object
.