Quickstart
Get a clean, ratio-fit logo for any domain in one HTTP request.
Playground
Try every option live and copy the URL.
Get an API key
Sign in and create a public or secret key.
API reference
Endpoint, parameters, and headers.
1. Try without a key
The endpoint is open for low-volume browsing. Drop a domain in and you get a PNG.
GET https://dev-api.clearlogo.dev/logo/github.com?size=256&content=80
Or just use it in HTML:
<img src="https://dev-api.clearlogo.dev/logo/github.com?size=64&content=80" alt="GitHub" />
2. Get a key for production
Create one from the dashboard. Two flavors:
pk_live— public, browser-safeUse directly in
<img>tags. Calls are checked against your domain allowlist.sk_live— secret, server-onlyPass in
Authorization: Bearer …. Do not ship to a browser.
3. Tune the output
Three knobs: size, content (ratio inside the canvas), and bg (fallback background only). Open the playground to see what each does.