← All products
GET /<domain>?token=pk_…

Company logos on your own CDN

Every company's logo, normalized to WebP and served from our CDN - resizable on the fly and safe to embed directly in an <img> tag. No hotlinking the source site, no broken logos.

GETapi.refflux.dev/<domain>?token=pk_…
Request
<img src="https://img.refflux.dev/stripe.com
  ?token=pk_live_…&size=128" />
Response
image/webp · normalized · CDN-cached
sizes: 32 · 64 · 128 · 256   formats: webp · png

Hosted, not hotlinked

We fetch, normalize, and serve our own copy - so logos stay crisp and load fast, and never 404 from the origin.

Transform on request

Ask for any size (32-256) or format (WebP/PNG) in the URL; variants are generated once and cached forever.

Embed-ready

A publishable key rides in the URL, so it drops straight into frontend code and always returns an image.

The rest of the API