# Public API

<div class="doc-callout doc-callout--info">
  <strong>Who this is for</strong>: If you’re not building an integration, you can skip this section. Everything here is public product documentation.
</div>

## What it is

The Public API lets you:

- List your pages
- Fetch analytics summaries for a page by its **slug**

You authenticate with an **API key** generated in the dashboard.

## Base URL

All endpoints live under:

- `https://onlynk.me/api/public/`

## Next steps

- **[Authentication](https://docs.onlynk.me/api/authentication/)** — API keys and how to send them
- **[Endpoints reference](https://docs.onlynk.me/api/endpoints/)** — request/response examples