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

# API Reference

> FIREla API endpoints for financial data management

# API Reference

FIREla provides a RESTful API for managing your financial data.

## Authentication

All API endpoints require JWT Bearer Token authentication:

```
Authorization: Bearer <your-jwt-token>
```

## Base URL

```
https://api.firela.io
```

## Endpoints

Browse the API endpoints using the navigation on the left.
