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

# Interloop API Reference

> Interactive reference for the Interloop API

## Overview

This section is generated from our OpenAPI spec and will update as the API evolves.

<Card title="OpenAPI: v2.40.0" icon="terminal" href="/api-reference/openapi-2.40.0.json">
  View the current specification file
</Card>

## Authentication

Most endpoints use Bearer token authentication. Supply your token in the Authorization header.

```http theme={null}
Authorization: Bearer YOUR_TOKEN
```
