> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/verduurzamen/verduurzaming-api-v2-delta/api-sleutel-informatie.md).

# API sleutel informatie

Een API‑sleutel is een unieke identifier waarmee je veilig toegang krijgt tot de API’s van Altum AI. Je hebt de sleutel nodig in de **x‑api‑key header** van alle API‑requests om correcte authenticatie te garanderen.

#### Hoe je je API‑sleutel krijgt

Je kunt je API‑sleutel op twee manieren verkrijgen:

* **Via het platform:** Genereer je API‑sleutel direct op het Altum AI platform.
* **Bij een abonnement:** Je ontvangt een API‑sleutel wanneer je je abonneert op het **Startup** of **Unlimited** plan.

#### Waar je je API‑sleutel gebruikt

Voeg de API‑sleutel toe in de **x‑api‑key header** bij elk API‑request. Zonder een geldige sleutel wordt je request niet geauthenticeerd.

**Voorbeeld van de header:**

```http
x-api-key: YOUR_UNIQUE_API_KEY
```

#### Beveiligingsnotitie

Houd je API‑sleutel vertrouwelijk om ongeautoriseerde toegang tot je account te voorkomen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/verduurzamen/verduurzaming-api-v2-delta/api-sleutel-informatie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
