Skip to main content
POST
/
api
/
public
/
v1
/
voices
Create Voice
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "meta": {
    "request_id": "req_73e786fe-1",
    "timestamp": "2026-02-04T20:12:04.403365Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Send in the Authorization header as: Bearer

Query Parameters

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

Response

Resource created successfully