# API-sleutel Informatie

**API-sleutel informatie**\
**Begrijpen en verkrijgen van uw API-sleutel**\
Een API-sleutel is een unieke identificatiecode waarmee u veilig toegang krijgt tot de API’s van Altum AI. Deze sleutel is vereist in de **x-api-key** header voor alle API-aanvragen om correcte authenticatie te waarborgen.

**Hoe u uw API-sleutel kunt verkrijgen**\
U kunt uw API-sleutel op twee manieren verkrijgen:

1. **Via het platform:** Genereer uw API-sleutel direct op het Altum AI-platform.
2. **Door abonnement:** Een API-sleutel wordt verstrekt wanneer u zich abonneert op het **Startup**-plan of **Unlimited**-plan.

**Waar u uw API-sleutel moet gebruiken**\
Neem de API-sleutel op in de **x-api-key** header van elk API-verzoek. Zonder een geldige sleutel wordt uw verzoek niet geverifieerd.

**Voorbeeld van header:**

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

**Beveiligingsnotitie**\
Houd uw API-sleutel vertrouwelijk om ongeautoriseerde toegang tot uw 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/satelliet-dakscan-api/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.
