---
title: "Get a voice prompt by ID"
method: GET
path: "/voice/{prompt_id}"
tags: ["Voice"]
---

# Get a voice prompt by ID

`GET /voice/{prompt_id}`

Retrieve a specific voice prompt by its unique identifier.

## Path parameters

- `prompt_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Voice prompt details

- object
  - `prompt` ModelVoicePrompt — A voice prompt representing a cloned or uploaded voice
    - `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
- `404` — Voice prompt not found
- `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)
