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

# Snapopa Documentation

> High-performance API for website screenshots, PDFs, and metadata

Everything you need to capture the web.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quick-start">
    Get your first screenshot in under 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="https://snapopa.com/docs/api-references">
    Interactive API documentation
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="User Guide" icon="book-open">
    Learn how to use the Snapopa API with tutorials and examples.

    [Start learning →](/quick-start)
  </Card>

  <Card title="API Reference" icon="file-code">
    Interactive API documentation with request/response schemas.

    [View reference →](https://snapopa.com/docs/api-references)
  </Card>

  <Card title="Examples" icon="laptop-code">
    Ready-to-use code samples in multiple languages.

    [See examples →](/examples/code-samples)
  </Card>

  <Card title="Capture Options" icon="sliders">
    Explore all parameters for customizing your captures.

    [View options →](/capture/parameters)
  </Card>
</CardGroup>

## Quick Example

```bash theme={null}
curl -X POST https://api.snapopa.com/capture \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'
```
