01 / REST
REST API
Query by domain, company name, or ticker and get a production-ready logo response. No SDK required — just an HTTPS request.
GET /stripe.com?token=pk_…
Serve 17 million+ company logos through a fast REST API, official SDKs, and drop-in UI components — the same resolution engine behind the platform, as infrastructure.
NewQuikturn is now an MCP server — connect Claude, Cursor, or any MCP tool to the logo database.
Explore the MCP serverREST for universal access, the SDK for backend work, React components for the UI — all pointing at the same 17 million-logo source.
01 / REST
Query by domain, company name, or ticker and get a production-ready logo response. No SDK required — just an HTTPS request.
GET /stripe.com?token=pk_…
02 / SDK
Typed errors, automatic retries, batch fetching, and zero-copy streaming for server-side work. Install and go.
npm i @quikturn/logos
03 / React
Drop-in QuikturnLogo, carousel, and grid components with Provider context — render identity without plumbing every request.
npm i @quikturn/logos-react
GET /stripe.com?token=pk_your_key HTTP/1.1 Host: logos.getquikturn.io Accept: application/json
import { QuikturnClient } from '@quikturn/logos'; const client = new QuikturnClient({ apiKey: process.env.QUIKTURN_API_KEY, }); const logo = await client.logos.get('stripe.com'); // logo.url, logo.format, logo.width
import { QuikturnLogo } from '@quikturn/logos-react'; export function LogoCell({ domain }: { domain: string }) { return ( <QuikturnLogo domain={domain} size={32} fallback={<span>{domain}</span>} /> ); }
One logo request or a million — the same edge-cached engine keeps enrichment fast, cheap, and predictable.
17M+
Company logos, updated daily
<50ms
Median resolution latency
1M → 15M+
Requests per month · Free to Enterprise
99.9%
Uptime on a global edge CDN
Server keys from 50 req/min · MCP from 200 req/day · custom SLAs on Enterprise
A logo endpoint is most valuable when it disappears into the workflow.
Attach a verified logo to every account, lead, and contact — resolved from the domain you already store.
Render holdings, watchlists, and pipelines with crisp brand marks instead of grey placeholder initials.
Give Claude, Cursor, or your own agents direct access to company resolution through the MCP server.
Personalize emails, landing pages, and in-app moments with the recipient company’s own identity.
High-res PNG, SVG, and WebP formats with batch processing for multi-slide decks, and pixel-perfect sizing and alignment out of the box.
REST, TypeScript, and React — all pointing at the same verified source.
1 million requests per month free · No credit card · SSO / SAML available
Quikturn Logo API - REST API, TypeScript SDK, and React Components for 17M+ Company Logos
The Quikturn Logo API provides developers with programmatic access to over 17 million company logos via REST API, the official TypeScript SDK (@quikturn/logos), or drop-in React components (@quikturn/logos-react). Our REST API supports queries by company name, domain URL, or stock ticker symbol. The SDK adds typed errors, automatic retries, batch operations, and streaming for server-side use.
Install @quikturn/logos for TypeScript-native integration with browser and server clients. The server client supports batch fetching with concurrency control, zero-copy streaming, and automatic rate limit handling. Install @quikturn/logos-react for QuikturnLogo, QuikturnLogoCarousel, and QuikturnLogoGrid components with Provider context. A framework-agnostic web component (quikturn-logo) is also available.
Search for logos using GET requests with query parameters. Retrieve logo metadata including available sizes and formats. Download logos directly from our global CDN for fast delivery. Rate limiting and usage tracking help you manage API consumption. Our free tier includes 1 million requests per month for development and small applications.
Developers use the Quikturn Logo API to build CRM integrations that display customer logos, marketing automation tools that personalize email campaigns, portfolio tracking dashboards that visualize holdings, and business applications that need reliable company branding data. Our API powers logo displays across thousands of applications worldwide.
Enterprise API plans include higher rate limits, dedicated support, custom SLAs, and priority access to new features. SSO integration ensures secure access for development teams. Usage analytics help track consumption across projects. Contact our team for custom pricing based on your API usage requirements.