> For the complete documentation index, see [llms.txt](https://support.dexes.eu/support-dexes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dexes.eu/support-dexes/producten-publiceren/applicatie.md).

# Applicatie

Hier vind je meer informatie over [*applicaties*](/support-dexes/de-dexes-marktplaats/wat-kan-je-vinden-op-de-dexes-marktplaats/applicaties.md)*.* Middels onderstaand stappenplan kan je zelf een applicatie toevoegen. Je hebt hiervoor eerst een [datastation](/support-dexes/producten-publiceren/datastation.md) nodig. Contacteer [support@dexes.nl ](mailto:support@dexes.nl)Deze valt onder je Deelnemers bijdrage. Kom je ergens niet uit? Vraag ons om hulp: <support@dexes.nl>

### Waar zitten we nu in het datastation?

We zijn nu bij 1) Datasets en onder het tabje 2) *My datasets* klikken we op 3) *create.* Bij 4) *source* selecteren we dan HTTP API source. Lees hier wat een [applicatie](/support-dexes/de-dexes-marktplaats/wat-kan-je-vinden-op-de-dexes-marktplaats/applicaties.md) ook alweer inhoudt.

<figure><img src="/files/Jm1pBShq56916rP4qJyQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/cVHdXsS4f4cuuwMqeTIf" alt=""><figcaption></figcaption></figure>

Naast de [**Standaard meta-data velden**](/support-dexes/producten-publiceren/dataset/databestanden.md#standaard-meta-data-velden) die we bij Databestanden zagen, heb je voor HTTP API source onderstaande meta-data velden. We gaan ze één voor één langs:

<figure><img src="/files/egAnsct30AEVdVjIaXri" alt=""><figcaption></figcaption></figure>

* **URL:** waar staat de endpoint (webadres) van de API?
* **Method:** Is de API bedoeld als een ophaalpunt, dus het opvragen van data? Of als een postbode, dus data sturen naar een server? Met andere woorden, een GET request of een POST?
* **Format:** hoe is de data opgebouwd? TXT, JSON, ArcGis, EPUB, ATOM, AZW, etc.
* **Mediatype:** de technische naam van het formaat.
* **Bearer token:** Een tijdelijke digitale sleutel (vaak een [JWT](https://www.jwt.io/introduction#what-is-json-web-token)) om toegang te krijgen.
* **Additional http headers:** Extra instructies voor de server (bijv. een specifieke API-sleutel).


---

# 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, and the optional `goal` query parameter:

```
GET https://support.dexes.eu/support-dexes/producten-publiceren/applicatie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
