---
title: "Get voice prompts"
method: GET
path: "/voice"
tags: ["Voice"]
---

# Get voice prompts

`GET /voice`

Retrieve all private voice prompts associated with the authenticated customer's account. Results can be limited using the `limit` query parameter.

## Query parameters

- `limit` integer

## Headers

- `x-api-key` string, required

## Response `200`

List of voice prompts

- object
  - `voicePrompts` ModelVoicePrompt[]
    - `id` string — Unique identifier for the voice prompt
    - `title` string — Title of the voice prompt
    - `name` string — Display name of the voice prompt
    - `locale` string — Locale of the voice prompt
    - `text` string — Transcript text associated with the voice prompt
    - `createdAt` string, date-time — Timestamp when the voice prompt was created
    - `speakerId` string — Unique identifier for the speaker
    - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' — Gender of the voice
    - `speakingStyle` string — Speaking style of the voice

## Other responses

- `400` — Bad request
- `401` — Unauthorized — invalid or missing API key
- `500` — Internal server error

---

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