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

# Introduction

> Welcome to the Jaarrekening.be developer documentation

## Welcome to the Jaarrekening.be API

This documentation helps you interact with our API to access financial, legal, and structural data about all Belgian enterprises. You’ll find endpoints for enterprise profiles, annual reports, directors, ratios, and investments — all powered by official sources.

## Get Started

Everything starts with an API token. You’ll need this to authenticate with our endpoints.

<CardGroup cols={2}>
  <Card title="Get an API Token" icon="key" href="https://jaarrekening.be/nl/settings/api-tokens">
    Sign in and create a personal or team API token to start making requests.
  </Card>

  <Card title="Explore the API" icon="magnifying-glass" href="/api-reference/introduction">
    Browse available endpoints, try them out, and see example responses live.
  </Card>
</CardGroup>

## Developer Tools

Our API is documented with the OpenAPI 3.1 spec, fully integrated with Mintlify's API playground.

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/api-reference/introduction#authentication">
    Learn how to use Bearer tokens securely in every request.
  </Card>

  <Card title="Reference Enterprise Data" icon="building" href="/api-reference/endpoint/get-enterprises">
    Query thousands of enterprises with filters and pagination.
  </Card>

  <Card title="Track Directors & Financials" icon="briefcase" href="/api-reference/endpoint/get-enterprises-{search}-directors">
    Get director and investment data via structured annual reports.
  </Card>

  <Card title="Financial Ratios & Credit Risk" icon="chart-line" href="/api-reference/endpoint/get-enterprises-{search}">
    Understand solvability, EBITDA, and other financial indicators.
  </Card>
</CardGroup>

## Questions?

We're here to help.\
📬 Reach out at [contact@jaarrekening.be](mailto:contact@jaarrekening.be)

***

<Footer>
  Jaarrekening.be — Developed in Ghent, Belgium 🇧🇪
</Footer>
