Authentication
Authenticate securely with Mixedbread API using API keys. This guide covers key creation, implementation in requests and SDKs, and key management best practices.
Creating an API Key
- Go to the Mixedbread dashboard
- Create a new API key
- Keep your key secret!
Using Your API Key
Include your API key in the Authorization
header of your requests to access the API:
SDK Authentication
If you're using our SDKs, simply pass your API key to the constructor:
Best Practices
- Never expose your API key in client-side code or public repositories
- Use environment variables to store your API key
- Rotate your API key regularly
- If you suspect your key is compromised, reset it immediately in the dashboard
Happy Baking! 🍞
Last updated on
Quickstart
Get started with the Mixedbread API. Learn how to obtain an API key and make your first calls to create vector stores, generate embeddings, parse documents, and implement reranking.
Rate Limiting
Documentation on API rate limits with tier-based quotas. Learn about request limits, how to handle rate limiting responses, and strategies for optimizing your API usage.