The brand keeps redrawing its logo.
You paste it once — forget it forever.
This is a free test token — try it right now. It's for testing only; get your own free token below and swap it in.
One image URL that just works — nothing to host, nothing to maintain, no broken images.
Point at a domain or a name. No SDK, no logo files to store — just drop in an <img>.
If a real logo can't be found you still get a clean tile — your login screen never breaks.
Reuse a single key across every project and page. Free to start, cheap to scale.
When a brand redraws its logo, yours updates on its own. You never touch a file again.
Grab a free token from the dashboard, then use either side —
you don't need both. Point at a domain (stripe.com) or a name (stripe);
both resolve to the same logo.
Drop it into your HTML with a publishable pk_ key — right in the URL.
<img src="https://logo.tinyappmart.com/v1/stripe.com?token=pk_live_…&size=128">
Keep a secret sk_ key on the server and send it as a header.
curl -H "Authorization: Bearer sk_live_…" \
"…/v1/stripe.com?size=128" -o stripe.png
Tweak size & format right in the URL. JSON name-lookups, per-project tags,
domain-locking & more are in the full documentation →