# 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 API‑sleutel verkrijgen**

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.

### **Gebruik van de API-sleutel**

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:**

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

**Beveiligingsnotitie**

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


---

# Agent Instructions: 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-appartementen/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.
