Skip to main content
GET
/
voice
Get Voice Prompts
curl --request GET \
  --url https://restapi.deepdub.ai/api/v1/voice \
  --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

Response

model.Response with array of voice prompts

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