# API sleutel informatie

Een API-sleutel is een unieke code waarmee je veilig toegang krijgt tot de API’s van Altum AI. Je hebt deze sleutel nodig in de `x-api-key` header bij alle API-aanvragen om correcte authenticatie te waarborgen.

**Hoe je je API-sleutel krijgt**\
Je kunt een API-sleutel op twee manieren verkrijgen:

* **Via het platform:** Genereer je API-sleutel direct op het Altum AI-platform.
* **Door een abonnement:** Je ontvangt een API-sleutel bij het afnemen van het Startup-plan of het Unlimited-plan.

**Waar je je API-sleutel gebruikt**\
Voeg de API-sleutel toe aan de `x-api-key` header bij iedere API-aanvraag. Zonder een geldige sleutel wordt je aanvraag niet geauthenticeerd.

**Voorbeeld Header**:

```plaintext
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-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.
