cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/voices/custom \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
[ { "_id": "665a1b2c3d4e5f6a7b8c9d0e", "name": "Custom Sales Voice", "description": "Friendly sales representative voice", "language": "en", "workspaceId": "664a1b2c3d4e5f6a7b8c9d0e", "createdAt": "2024-06-01T09:00:00.000Z" } ]
Retrieve all custom voices created in your workspace.