---
title: "Get Voices"
method: POST
path: "/avatar/voices"
tags: ["Avatars management"]
---

# Get Voices

`POST /avatar/voices`

## Query parameters

- `team_id` string, uuid

## Response `200`

Successful Response

- VoiceResponse[]
  - `id` string, uuid, required
  - `dante_user_id` string, uuid
  - `name` string, required
  - `status` 'new' | 'created' | 'in_creation' | 'failed' — An enumeration.
  - `language` string, required
  - `voice_type` 'custom' | 'pre_built' — An enumeration.
  - `gender` string
  - `azure_voice_id` string, required
  - `wav_filename` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/revisions/38b6c9a4246d/schema)
