cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/tts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'text=<string>' \ --form 'language=<string>' \ --form cleanup_voice=true
Text to speech using the lucataco/xtts-v2 AI Model.
Was this page helpful?