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

# ClipStake API

> Track Instagram media, audience insights, and performance data with the ClipStake API.

Build creator analytics and media-tracking workflows on top of ClipStake. The
API uses predictable REST endpoints, JSON responses, and project-scoped API
keys.

<CardGroup cols={2}>
  <Card title="Get your API key" icon="key" href="/api-reference/authentication">
    Create a project key and make your first authenticated request.
  </Card>

  <Card title="Explore the API" icon="code" href="#api-reference">
    Browse endpoints, schemas, examples, and the interactive playground.
  </Card>
</CardGroup>

## API reference

The endpoint reference is generated from the ClipStake OpenAPI specification,
so request parameters, response schemas, and playground examples stay aligned
with the API.

<CardGroup cols={2}>
  <Card title="Authentication" icon="shield-keyhole" href="/api-reference/authentication">
    Send a ClipStake API key as a Bearer token on every request.
  </Card>

  <Card title="Open the Console" icon="arrow-up-right-from-square" href="https://console.clipstake.com/keys">
    Create, copy, and revoke project API keys in the ClipStake Console.
  </Card>
</CardGroup>
