Introduction
Overview
Welcome to the Mixedbread API Reference. This comprehensive guide provides detailed technical specifications for all our endpoints, including request/response schemas, code examples, and best practices.
Base URL
All API requests should be made to:
https://api.mixedbread.com/Creating Your API Key
- Log in to your Mixedbread account
- Create a new API key
- Copy your key and save it to your
.envfile
Authentication
Include your API key in the Authorization header of all requests:
curl -X POST https://api.mixedbread.com/v1/stores \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"name": "My Knowledge Base",
}'SDK Quick Starts
For a seamless integration experience, use our official SDKs:
Need Help?
- Check our documentation for more information
- Contact support@mixedbread.com for assistance
Last updated: February 24, 2026