Skip to main content
GET
/
v1
/
voices
List voices
curl --request GET \
  --url https://api.spitch.app/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "voices": [
    {
      "voice_id": "<string>",
      "name": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "language": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authenticate with Authorization: Bearer <token>. The service accepts JWTs, API keys, and guest tokens through this bearer token header.

Response

200 - application/json

Successful Response

voices
VoiceResponse · object[]
required