Skip to main content

Quickstart

1) Create an API key

Create a key from your developer dashboard or existing key-management endpoint.

2) Send a request

curl -X GET "https://api.indigenius.ai/v1/auth/keys" \
  -H "X-API-Key: YOUR_API_KEY"

3) Read the response envelope

All endpoints return a structured envelope:
{
  "status": true,
  "message": "API keys fetched",
  "data": []
}