Trillet AI logo

List Custom Voices

Retrieve all custom voices created in your workspace.

GEThttps://api.trillet.ai/v1/api/voices/custom

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Response Fields

voicesarray

Array of custom voice objects.

_idstring

Unique identifier for the custom voice.

namestring

Name of the custom voice.

descriptionstring

Description of the custom voice.

languagestring

Language code for the voice.

workspaceIdstring

Workspace that owns the custom voice.

createdAtstring

Timestamp when the voice was created.

[
  {
    "_id": "665a1b2c3d4e5f6a7b8c9d0e",
    "name": "Custom Sales Voice",
    "description": "Friendly sales representative voice",
    "language": "en",
    "workspaceId": "664a1b2c3d4e5f6a7b8c9d0e",
    "createdAt": "2024-06-01T09:00:00.000Z"
  }
]