Authentication

Authenticate your API requests using your institutional credentials.

Base API URL

All requests should be sent to this endpoint:

https://amadioha.io/api/v1

API Keys & Webhooks

You can generate and copy your API keys under Settings > API Key in the dashboard.

Each API key is tied to a webhook to receive real-time updates.

Request Headers

Include your service key in the x-api-key request header for authentication.

// Header format
x-api-key: am_live_your_secret_key
// cURL authentication test example
curl -X GET https://amadioha.io/api/v1/get-risk/health \
  -H "x-api-key: am_live_your_secret_key"