---
title: "Introduction"
description: "Every Mentio endpoint, generated from the live OpenAPI spec."
canonical: https://docs.mentio.dev/api
markdown: https://docs.mentio.dev/api.mdx
---

# Introduction

Every Mentio endpoint, generated from the live OpenAPI spec.

The Mentio REST API is served from:

```
https://api.mentio.dev/v1
```

Authenticate with a Bearer API key minted in the dashboard (or via
[`POST /v1/api-keys`](/api/api-keys/create-api-key)):

```bash
curl https://api.mentio.dev/v1/keywords \
  -H "Authorization: Bearer mk_live_..."
```

Every page in this section is generated from the same OpenAPI document the
worker serves at `/v1/openapi.json`, so the reference can never drift from
the deployed API. Start with [Keywords](/api/keywords/create-keyword) and
[Mentions](/api/mentions/search-mentions), or read
[Authentication](/authentication) for the full auth model.
