Mixedbread

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

  1. Log in to your
  2. Create a new API key
  3. Copy your key and save it to your .env file

Authentication

Include your API key in the Authorization header of all requests:

curl -X POST https://api.mixedbread.com/v1/vector_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?

Last updated: August 18, 2025