# Prefetch API ## Docs - [GET /brand](https://prefetch.mintlify.app/api-reference/endpoint/brand.md): Extract brand colors, logos, fonts, images, and social media links from any website. Costs 2 credits. - [GET /classify](https://prefetch.mintlify.app/api-reference/endpoint/classify.md): Classify a website into an IAB content taxonomy category with a human-readable description. Costs 1 credit. - [GET /company](https://prefetch.mintlify.app/api-reference/endpoint/company.md): Extract legal company name, contact emails, and physical addresses from a website. Costs 2 credits. - [GET /enrich](https://prefetch.mintlify.app/api-reference/endpoint/enrich.md): Enrich a URL with brand data, company info, and IAB classification in a single request. Costs 3 credits. - [GET /health](https://prefetch.mintlify.app/api-reference/endpoint/health.md): Liveness probe. Returns 200 if the server process is running. No authentication required. - [GET /ready](https://prefetch.mintlify.app/api-reference/endpoint/ready.md): Readiness probe. Returns 200 if the server and Redis are healthy. No authentication required. - [GET /screenshot](https://prefetch.mintlify.app/api-reference/endpoint/screenshot.md): Capture a webpage screenshot and get a public URL to the image. Costs 1 credit. - [API Reference](https://prefetch.mintlify.app/api-reference/introduction.md): REST API reference for Prefetch. All endpoints accept GET requests and return JSON. - [Authentication](https://prefetch.mintlify.app/concepts/authentication.md): How to authenticate requests to the Prefetch API using API keys. - [Credits](https://prefetch.mintlify.app/concepts/credits.md): How the Prefetch API credit system works, including costs per endpoint and billing behavior. - [Error handling](https://prefetch.mintlify.app/concepts/errors.md): How errors are returned by the Prefetch API, including status codes and error messages. - [Rate limits](https://prefetch.mintlify.app/concepts/rate-limits.md): Understanding global and per-key rate limits in the Prefetch API. - [Development](https://prefetch.mintlify.app/development.md): Preview changes locally to update your docs - [Prefetch API](https://prefetch.mintlify.app/index.md): A high-performance web scraping and data extraction API. Extract brand assets, company info, classifications, and screenshots from any website. - [Quickstart](https://prefetch.mintlify.app/quickstart.md): Make your first Prefetch API call in under 5 minutes. ## OpenAPI Specs - [openapi](https://prefetch.mintlify.app/api-reference/openapi.json) ## Optional - [GitHub](https://github.com)