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

# API introduction

> Conventions shared by the Leamout v1 HTTP API.

Leamout customer HTTP routes are versioned under `/v1` and return JSON.

Most organization-scoped telecom APIs accept an organization bearer credential and enforce resource-specific scopes. Collection endpoints commonly use a trailing slash in the current router, for example `/v1/calls/`.

Successful JSON responses use:

```json theme={null}
{
  "success": true,
  "data": {}
}
```

Errors use the same envelope with `success: false` and an `error` object.

The API reference in this site is generated from `openapi.json`. Handwritten pages explain cross-cutting behavior; operation schemas and methods belong in the OpenAPI contract.
