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

# Introduction

> Introduction to the FelixFusion public API for datasets, pricing locations, and reports.

## What FelixFusion provides

FelixFusion provides a public read API for power-market datasets, pricing locations, and reports. You use it to discover datasets, query timeseries, inspect pricing locations, and pull report-style outputs from a stable HTTP interface.

The public API lives at `https://api.felixfusion.ai`.

## What you can do with it

<CardGroup cols={2}>
  <Card title="Discover datasets" icon="database">
    Browse the dataset catalog and inspect metadata before you query data.
  </Card>

  <Card title="Query timeseries" icon="chart-column">
    Filter by time, paginate results, choose columns, and resample when needed.
  </Card>

  <Card title="Inspect pricing locations" icon="map-pinned">
    List pricing nodes, hubs, and zones, or find locations near a coordinate.
  </Card>

  <Card title="Pull reports" icon="file-text">
    Fetch public report-style outputs such as daily peak-load summaries.
  </Card>
</CardGroup>

## How the API is organized

* Public API routes live under `/v1`.
* API keys can be sent with `x-api-key` or `api_key`.
* Dataset routes support metadata lookup, data query, audits, and update history.
* Pricing-location routes support list, nearby, and single-location reads.
* Supported markets and market-specific dataset coverage are documented separately.
* The API reference tab documents the concrete endpoints in OpenAPI form.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated requests to the public API.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/authentication">
    Browse the endpoint reference with interactive OpenAPI pages.
  </Card>

  <Card title="Supported markets" icon="globe" href="/concepts/supported-markets">
    See currently supported markets and the main ERCOT dataset families.
  </Card>
</CardGroup>
