> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prefetch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Prefetch API

> Extract brand assets, company info, classifications, and screenshots from any website.

<div style={{ textAlign: 'center', padding: '3rem 0 2.5rem' }}>
  <h1 style={{ fontSize: '3rem', fontWeight: '700', letterSpacing: '-0.02em', marginBottom: '1rem', color: 'white' }}>Documentation</h1>
  <p style={{ fontSize: '1.125rem', color: 'rgb(120, 110, 130)', maxWidth: '520px', margin: '0 auto', lineHeight: '1.7' }}>Extract brand assets, company info, classifications, and screenshots from any website.</p>
</div>

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Make your first API call in under 5 minutes.
</Card>

<p style={{ fontSize: '1.25rem', fontWeight: '600', letterSpacing: '0.1em', color: 'rgb(255, 255, 255)', marginBottom: '1rem', marginTop: '2rem' }}>Endpoints</p>

<CardGroup cols={2}>
  <Card title="Brand extraction" icon="palette" href="/api-reference/endpoint/brand">
    Colors, logos, fonts, and social links from any domain.
  </Card>

  <Card title="Company data" icon="building" href="/api-reference/endpoint/company">
    Legal name, contact emails, and physical addresses.
  </Card>

  <Card title="Website classification" icon="tags" href="/api-reference/endpoint/classify">
    IAB category taxonomy with a human-readable description.
  </Card>

  <Card title="Screenshots" icon="camera" href="/api-reference/endpoint/screenshot">
    Full-page or viewport captures in JPEG, PNG, or WebP.
  </Card>
</CardGroup>
