Logo
Api

Badge Generator

Generate SVG badges for user coding activity

GET
/api/public/{badge}

Path Parameters

badgeRequiredstring

Path segments for badge configuration

Query Parameters

stylestring

Badge style

Default: "flat"Value in: "flat" | "classic"
iconstring

Icon to display on badge

Response Body

SVG badge successfully generated

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredstring
curl -X GET "https://ziit.app/api/public/string?style=flat&icon=string"
"string"