Skip to main content
POST
/
voices
Import Voice
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string | null
provider
string | null
default:elevenlabs
provider_voice_id
string | null

Response

Resource created successfully

Response body