---
title: "Get Clone Voices List"
method: GET
path: "/v1/clone_voices_list"
tags: ["Clone-Voice"]
---

# Get Clone Voices List

`GET /v1/clone_voices_list`

Gets a list of all cloned voices for you

## Query parameters

- `name` string — Fuzzy matching with voice's name

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- APIVoiceCloneInfoResponse
  - `clone_voices` VoiceCloneInfoSchemas[], required
    - `name` string, required
    - `speaker` string, required
    - `description` string, nullable
    - `files` string[], required
    - `model` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/topmediai/apis/topmediai-api-documentation.md) · [All operations](https://skmtc.net/topmediai/apis/topmediai-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topmediai/topmediai-api-documentation/revisions/5d9205965da7/schema)
