Authentication

Minara provides two methods for authenticating API requests.

API Key (Subscription)

The standard method for Pro and Partner plan users. Include your API key in the Authorization header of every request.

Format:

Authorization: Bearer <YOUR_API_KEY>

Example:

curl -H "Authorization: Bearer sk-minara-xxxxxxxx" https://api.minara.ai/v1/developer/chat

Security: Treat your API keys like passwords. Never expose them in client-side code or public repositories.

👉 Learn more: Getting Started By API Key

Pay-As-You-Go (x402)

For usage-based access without a subscription, we support the x402 protocolarrow-up-right. Pay for API calls directly using stablecoins like $USDC (no subscription required).

x402 API URL:https://x402.minara.aiarrow-up-right

Explore our x402 endpoints: Minara on x402scanarrow-up-right

👉 Learn more: Getting Started By x402

Last updated

Was this helpful?