Authentication

The BitMind API supports two authentication methods:

API Key Authentication

Use Bearer token authentication with API keys for service-to-service communication.

Authorization: Bearer your-api-key

JWT Authentication (for specific applications)

Use Bearer token authentication with JWT tokens for user-facing applications.

Authorization: Bearer your-jwt-token

Rate Limiting

  • API Key users: Rate limits based on subscription tier

  • JWT users: 1 request per second with burst allowance of 5 requests

Last updated