Skip to main content
GET
/
api
/
v1
/
assistants
/
voices
Get Voices
curl --request GET \
  --url https://api.voicebot.studio/api/v1/assistants/voices \
  --header 'X-API-Key: <api-key>'
[
  {
    "language": "<string>",
    "name": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

language
string
required
name
string
required