v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
V4 Avatars

List all of the expressive avatars

get/expressives/avatars

Query parameters

limitnumber double
tokenstring

Response

OK

tokenstring

Example response

{
  "avatars": [
    {
      "name": "John Doe",
      "sentiments": [
        {
          "sentiment": "happy",
          "description": "An enthusiastic, expressive avatar full of charm and personality.”",
          "voice": {
            "voice_id": "en-US-JennyNeural",
            "voice_config": {
              "rate": "0.5",
              "pitch": "+2st"
            },
            "language": "English (United States)"
          }
        }
      ]
    }
  ]
}