Skip to main content
GET
/
v1
/
voices
Get voices
curl --request GET \
  --url https://openapi.enginy.ai/v1/voices \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "data": {
    "voices": [
      {
        "voiceId": "<string>",
        "name": "<string>",
        "identityId": 123,
        "identityName": "<string>",
        "labels": {
          "language": "<string>",
          "country": "<string>",
          "style": "<string>",
          "gender": "<string>"
        }
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Voices retrieved successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required