Skip to main content
GET
/
voices
List Voices
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "voice_c7d82fec-c",
      "name": "Sarah",
      "provider": "elevenlabs",
      "language": "en-US",
      "gender": "female"
    }
  ],
  "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>

Response

Request completed successfully

Response body