LogoRouterDocs
Interactive API

API playground

Run allowlisted LogoRouter presets through a hardened Next.js bridge: selectable dashboard keys attach exclusively on the server, guest paste paths stay short-lived over TLS, and only JSON / image payloads from known routes return to your browser tab.

  • Matches production routing on api.logorouter.com — latency includes our edge hop plus yours.
  • Presets deliberately mirror onboarding docs: health, CDN-style logos, palettes, enrichment JSON.
  • Need arbitrary URLs / batch jobs? Graduate to authenticated curl flows in Quick start plus your secret key.

How keys attach: Signed-in builders pick any eligible dashboard secret; Clerk session cookies gate the bridging route. Unsigned visitors can optionally paste short-lived guest keys that never persist in Local Storage—prefer disposable keys during pair sessions.

Rate limits: Playground bridging enforces roughly 25 requests / minute / IP. Bursting resets automatically; abusive IPs receive plain JSON errors.

Preset catalogue

Every row below maps 1:1 to the bridging allowlist. Anything outside this table must be exercised with curl / SDK clients.

PresetUpstreamDomain inputAuth expectation
HealthGET /healthHiddenNone
Logo (image)GET /api/{domain}RequiredBearer optional · publishable improves quotas for raster GET surfaces
Brand colorsGET /api/colors/{domain}RequiredDashboard secret enforced (guest paste allowed but discouraged)
Company intelligenceGET /api/intelligence/{domain}RequiredRequires secret key — publishable variants always fail upstream
Request

GET /health — status, version, no API key.

Run a preset to see status, latency, JSON, or image preview here.