---
title: "Get Assistant Voices"
method: GET
path: "/agent/voices"
tags: ["agent"]
---

# Get Assistant Voices

`GET /agent/voices`

Retrieves a list of available voices for assistants, optionally filtered by language.

## Query parameters

- `language` string

## Headers

- `X-API-KEY` string, required

## Response `200`

Successful Response: A list of available voices.

- object
  - `voices` object[]
    - `id` string
    - `name` string
    - `languages` string[]
    - `voice_previews` object
      - `en-US` string, uri
    - `image_url` string, uri, nullable
    - `gender` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `500` — Internal Server Error - Something went wrong on our end.

---

[API](https://skmtc.net/ringg/apis/ringg-ai-api-documentation.md) · [All operations](https://skmtc.net/ringg/apis/ringg-ai-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringg/ringg-ai-api-documentation/versions/00b614a7714c/schema)
