> For the complete documentation index, see [llms.txt](https://docs.matrixian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrixian.com/readme/migratie-vanaf-matrixian-platform.md).

# Migratie vanaf Matrixian Platform

Op deze pagina worden de belangrijkste wijzigingen genoemd wanneer u migreert vanaf de oude versie API's (`api.matrixiangroup.com`) die via het Matrixian Platform (`platform.matrixiangroup.com`) bereikt konden worden.

#### Belangrijke Wijzigingen

**1. URL Aanpassingen**

De nieuwe API's zijn bereikbaar via een ander domein. Vervang `api.matrixiangroup.com` met `api.matrixian.com/v1` in de aanvragen om ervoor te zorgen dat ze correct worden doorgestuurd.

**2. Authenticatiemethode**

De authenticatiemethode is gewijzigd van basic authentication naar token-gebaseerde authenticatie. Zorg ervoor dat u de vereiste API-sleutels en tokens op een veilige manier opslaat en gebruikt. Zie [API Authenticatie](/readme/api-authenticatie.md) voor meer informatie.

**3. Endpoint Wijzigingen**

Enkele endpoints zijn herzien voor verbeterde efficiëntie en consistentie. Controleer de documentatie per endpoint voor meer informatie.

**4. Response Formaat**

Het response formaat van alle API-aanroepen is bijgewerkt. De belangrijkste wijziging is dat de API-respons nu altijd een `data` object bevat, dat gevuld is wanneer het een succesvolle aanroep betreft; en een `error` object, dat gevuld is wanneer er een onsuccesvolle aanroep gedaan is. Zie [API Response structuur](/readme/api-response-structuur.md) voor meer informatie. Het is belangrijk om uw applicatiecode te testen om compatibiliteit met het nieuwe formaat te garanderen.

**5. Ondersteunde Versies**

Ondersteuning voor oudere API-versies zal na een overgangsperiode worden beëindigd. Plan een tijdige migratie om eventuele verstoringen in uw service 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, and the optional `goal` query parameter:

```
GET https://docs.matrixian.com/readme/migratie-vanaf-matrixian-platform.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.
