Skip to main content
POST
/
voices
/
clone
Create Voice Clone
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/voices/clone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "files": [
    {
      "filename": "<string>",
      "data": "<string>",
      "content_type": "audio/mpeg"
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Body

application/json
name
string
required

Voice name

files
object[]
required

Response

Created