Overview
Fast, CDN-backed logo delivery via REST API, TypeScript SDK, or React components
The Quikturn API delivers company logos at the edge. Use the REST API directly (an <img> tag is all you need), or integrate deeper with our official TypeScript SDK and React components.
How It Works
REST API (simplest)
| Step | Action | Result |
|---|---|---|
| 1 | Get your API key | Sign up and copy a pk_* key from the portal |
| 2 | Request a logo | GET /{domain}?token=pk_* |
| 3 | Receive redirect | 302 to CDN-hosted logo asset |
<img src="https://logos.getquikturn.io/apple.com?token=pk_xxx" alt="Apple" />With the SDK
npm install @quikturn/logos @quikturn/logos-reactimport { QuikturnProvider, QuikturnLogo } from "@quikturn/logos-react";
<QuikturnProvider token="pk_live_xxx">
<QuikturnLogo domain="apple.com" size={64} />
</QuikturnProvider>The REST API works with any HTTP client — an <img> tag is all you need. The SDKs add typed errors, retries, batch operations, and React components.
Key Features
Edge Redirects
302 redirects from edge workers to CDN-hosted logos with sub-50ms latency
Official SDKs
TypeScript SDK with browser/server clients, React components, and web component
Domain Controls
Optional allowlists enforced via Origin/Referer headers
Fair Limits
Generous per-minute limits; free tier requires attribution
MCP Server
Connect AI assistants like Claude and Cursor to search and retrieve logos
Pricing Overview
| Tier | Requests/Month | Attribution | Support |
|---|---|---|---|
| Free | 500,000 | Required | Community |
| Launch | 1,000,000 | Not required | |
| Growth | 5,000,000 | Not required | Priority |
| Enterprise | Custom | Not required | Dedicated |
Only the Free tier requires attribution. Learn more
Next Steps
Get Started
Create your account and make your first request in minutes
API Reference
Explore endpoints, parameters, and response formats
SDK Documentation
TypeScript SDK, React components, and server-side batch operations
React Components
Drop-in QuikturnLogo, QuikturnLogoCarousel, and QuikturnLogoGrid
MCP Server
Let AI assistants search and retrieve logos via Model Context Protocol