Getting Started

The Redpine Search API lets you query your document collections using hybrid retrieval (dense + sparse vectors). Get from zero to your first search result in under a minute.

1

Get an API key

Create an API key from your API Keys page in the dashboard. Keys are scoped to your organization and optionally to specific collections.

2

Make your first request

Send a POST request to the search endpoint with your collection name and query text. That's all you need.

3

Explore the response

Results are ranked by relevance score. Each result includes the matched text and any metadata from the original document.