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.
Get API Key
- Go to the Mixedbread dashboard
- Generate an API key.
- Copy the key and keep it safe. You'll need it for all API requests! Replace
{YOUR_API_KEY}
in the examples below with your actual key.
Make Your First API Call
Choose a product to get started:
Explore Endpoints
Learn more about specific API capabilities:
Support
Last updated on
Introduction
The Mixedbread API enables powerful text embeddings, semantic search, and document intelligence capabilities for AI-powered applications.
Authentication
Authenticate securely with Mixedbread API using API keys. This guide covers key creation, implementation in requests and SDKs, and key management best practices.