Overview
This API allows you to generate custom avatars for both animals and humans. You can customize various features like eyes, ears, hair, and eyebrows depending on the type of avatar you want to create.
Base URL
https://make-avatar.vercel.app/api
Query Parameters
Parameter | Type | Default | Available Values |
---|---|---|---|
type | string | animal | animal, human |
response | string | svg | svg, png |
size | integer | 140 | Any integer |
name | string | - | Unique Id for the avatar |
Note !
A unique name will consistently generate the same fixed avatar. If you add name, all the other query params will be discarded.