GET
/
v1
/
voices
Get Voices
curl --request GET \
  --url https://os.gan.ai/v1/voices \
  --header 'ganos-api-key: <api-key>'
{
  "data": [
    {
      "voice_id": "<string>",
      "voice_name": "<string>",
      "voice_description": "<string>",
      "voice_sample": "<string>"
    }
  ],
  "total_voices": 123
}

Authorizations

ganos-api-key
string
header
required

Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.

Response

Successful Response

data
VoicesResponse · object[]
required
total_voices
integer
required

Total number of voices for the user.