---
title: "Lists voice packs available to the user"
method: POST
path: "/api/v1/voice_packs/list/"
tags: ["Voice Change"]
---

# Lists voice packs available to the user

`POST /api/v1/voice_packs/list/`

Helps to find pack_id for /change_voice/ endpoint.

## Response `200`

OK

- VoicePackListResponse
  - `packs` VoicePackInfo[], required — List of voice packs available to the user.
    - `name` string, required — Name of the voice pack.
    - `pack_id` string, required — ID of the voice pack.
    - `created` integer, required — Creation timestamp of the voice pack.

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

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