Skip to content

arn4v/boring-avatars-api

Repository files navigation

Boring Avatars API

REST API that generates SVG avatars using the boring-avatars library.

Query Param Types

type Query = {
	size?: int; // Default: 80(px)
	variant?: "marble" | "beam" | "pixel" | "sunset" | "ring" | "bauhaus";
};

Usage/Examples

curl https://boring-avatars-api.vercel.app/api/avatar?size=40&variant=marble