Get all available avatars.
curl --request GET \ --url https://api.verbalia.net/avatars \ --header 'X-API-Key: <api-key>'
[ { "name": "<string>", "face_name": "<string>", "voice_name": "<string>", "description": "<string>" } ]
Was this page helpful?