GET
/
v1
/
rest
/
speech
/
list_speakers
curl --request GET \
  --url https://tts.snr.audio/v1/rest/speech/list_speakers \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type any.