GET
/
get_supported_voices
curl --request GET \
  --url https://api.toingg.com/api/v3/get_supported_voices \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

This endpoint retrieves the list of supported voices for campaign creation in Toingg. It allows users to see which voices are available for use in their campaigns, helping them to select the most appropriate voice for their needs.

Example cURL Request

curl -X 'GET' \
  'https://api.toingg.com/api/v3/get_supported_voices' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer yourBearerToken'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json
Successful Response

The response is of type any.