Skip to main content
GET
/
voice
/
{prompt_id}
Get a voice prompt by ID
curl --request GET \
  --url https://restapi.deepdub.ai/api/v1/voice/{prompt_id} \
  --header 'x-api-key: <x-api-key>'
{
  "createdAt": "<string>",
  "id": "<string>",
  "locale": "<string>",
  "name": "<string>",
  "speakerId": "<string>",
  "text": "<string>",
  "title": "<string>"
}

Headers

x-api-key
string
required

API Key

Path Parameters

prompt_id
string
required

Voice Prompt ID

Response

model.Response with voice prompt details

Response returned after successfully updating a voice prompt's metadata

createdAt
string

Timestamp when the voice prompt was created

id
string

Unique identifier for the voice prompt

locale
string

Locale of the voice prompt (e.g., en-US, fr-FR)

name
string

Name of the voice prompt

speakerId
string

Unique identifier for the speaker

text
string

Text content associated with the voice prompt

title
string

Title of the voice prompt