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

# API reference

> Explore the Fliqr AI REST API with interactive endpoint docs and an API playground.

Use the Fliqr AI REST API to manage accounts, contacts, AI agents, pipelines, ecommerce, appointments, and templates.

## Base URL

```bash theme={null}
https://app.fliqr.ai/api
```

## Authentication

Every request requires an access token in the `X-ACCESS-TOKEN` header.

See [Authentication](/docs/api-reference/authentication) to create a token and send your first request.

## Explore by section

* [Accounts](/docs/api-reference/accounts/get-account-information) — account details, tags, custom fields, flows, and integrations
* [Contacts](/docs/api-reference/contacts/create-new-contact) — contacts, tags, fields, and messaging
* [AI Agents](/docs/api-reference/ai-agents/get-ai-agents) — agents, functions, MCPs, and files
* [Pipelines](/docs/api-reference/pipelines/get-pipelines) — pipelines, stages, opportunities, and comments
* [Ecommerce](/docs/api-reference/ecommerce/get-user-cart) — products, carts, and orders
* [Appointments](/docs/api-reference/appointments/get-calendars) — calendars
* [Templates](/docs/api-reference/templates/install-template) — install templates

Each endpoint page includes an interactive playground. Enter your access token, fill in parameters, and send the request.
