Documentation Index
Fetch the complete documentation index at: https://prefetch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All endpoints (except/health and /ready) require an X-API-Key header.
Response format
Every response uses a consistent envelope:success is false and data is replaced by error:
Credit costs
| Endpoint | Credits |
|---|---|
GET /enrich | 3 |
GET /brand | 2 |
GET /company | 2 |
GET /classify | 1 |
GET /screenshot | 1 |
GET /health | — |
GET /ready | — |
Rate limits
- Global: 300 requests per minute per IP
- Per key: Configurable sliding window (1-minute) set on your API key
Endpoints
GET /enrich
Brand + company + classification in one call. 3 credits.
GET /brand
Colors, logos, fonts, and social links. 2 credits.
GET /company
Company name, emails, and addresses. 2 credits.
GET /classify
IAB category and description. 1 credit.
GET /screenshot
Webpage screenshot URL. 1 credit.
GET /health
Liveness probe. Free.