API Reference

How to Authenticate on Mantiks API

In order to call Mantiks API, you will need an API key to authenticate.

This API key can be generated on your account profile page, find detailed explanations here.

Authenticate when calling Mantiks API

Your API Key must be set in the headers of your call as follow, using "x-api-key" as key:

curl --request GET \
     --url https://api.mantiks.io/EX_ENDPOINT \
     --header 'accept: application/json' \
     --header 'x-api-key: YOUR_API_KEY'