For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Pay-As-You-Go (x402)

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

x402 API URL:https://x402.minara.ai

Explore our x402 endpoints: Minara on x402scan

👉 Learn more:

Last updated

Was this helpful?