cURL
curl --request GET \ --url https://api.topmediai.com/v1/voices
{ "Voices": [ { "voice_name": "<string>", "voice_id": 123, "mode": 123 } ] }
Gets a list of all available singers for us.
Successful Response
The response is of type object.
object