GET
/
v1
/
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

200
application/json
Successful Response
data
object[]
required
total_voices
integer
required

Total number of voices for the user.