Avatar API
Self-hosted Suils · 37 styles · deterministic SVG & raster avatars from any seed.
Usage
GET /{style}/{format}?seed=<custom-seed>&<options>
# SVG (default)
https://avatars.suils.es/lorelei/svg?seed=Felix
# PNG 256px with a custom background
https://avatars.suils.es/lorelei/png?seed=Jane&size=256&backgroundColor=b6e3f4
# JSON (svg + resolved options)
https://avatars.suils.es/bottts/json?seed=Robot
Formats: svg, png, jpg, webp, avif, json. Every option from the style is accepted as a query parameter (lists comma-separated).