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

# Introduction

> Start here to understand Archer's API docs and choose the right reference.

Welcome to Archer's API documentation.

Archer has two API surfaces:

* **Affiliate API** - browse products, create attribution links, list links, and pull affiliate reporting.
* **Seller API** - list your brands and products, then see reports

## Understanding Archer's APIs

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/docs/authentication">
    Get a bearer token and send it on every request.
  </Card>

  <Card title="Pagination" icon="list" href="/docs/pagination">
    Page through large catalog, link, and report responses.
  </Card>

  <Card title="Marketplaces" icon="globe" href="/docs/concepts/marketplaces">
    Understand `amazon.com`, `amazon.co.uk`, `all`, and currency behavior.
  </Card>
</CardGroup>

## Endpoint documentation

Browse the interactive API reference for the surface you use.

<CardGroup cols={2}>
  <Card title="Affiliate API documentation" icon="user" href="/publisher-api">
    List brands and products, generate links, list links, and pull reports.
  </Card>

  <Card title="Seller API documentation" icon="store" href="/seller-api">
    List seller brands and products, then pull  reports.
  </Card>
</CardGroup>

<CardGroup cols={2} />
