PLACEHOLD
Identity System

Avatar Generator

Generate unique 5×5 identicon avatars from any seed string—same seed always produces the same pattern and color.

terminal Basic Usage

GET /avatar/{seed}

Returns a deterministic SVG identicon. The seed can be any string (e.g. username or email).

Parameters

seed Path parameter—any string; hashed to build the pattern and foreground color
size Square size in pixels (default: 200, min: 16, max: 1024)
bg Background hex color without # (default: f0f0f0)
format Output format (default: svg; only svg is supported)

Preview

Avatar for alice
alice
Avatar for bob
bob
Avatar for charlie
charlie
Avatar for dave
dave
Avatar for eve
eve
Avatar for frank
frank

Rate Limiting

speed

This endpoint is rate-limited to 120 requests per minute to ensure fair usage.

Try It Now

bolt Open sample avatar