# Dicebear Avatars API **Provider:** Dicebear Avatars **Category:** developer **Base URL:** `https://avatars.dicebear.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://avatars.dicebear.com/ ## Description DiceBear is a privacy-focused library to generate avatars for your projects. Use our avatar API as a powerful avatar generator for user profiles, apps, and placeholder images — with 30+ SVG styles. Deterministic and self-hostable. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://avatars.dicebear.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://avatars.dicebear.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/dicebear-avatars/) — CC BY 4.0*