Introduction
Hybrid retrieval over your document collections, behind one REST API.
Redpine Connect searches scientific and biomedical document collections using hybrid retrieval: dense vector search, sparse keyword matching, and cross-encoder reranking, combined into a single relevance-ranked result set.
One REST API, one key.
curl -X POST "https://api.redpine.ai/api/v1/search/query" \
-H "Authorization: Bearer sk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"collection": "my-collection", "query": "your search query"}'Start here
Getting started
Your first search result in under a minute.
Authentication
API keys, scoping, and the Bearer token header.
Search
The core endpoint: parameters, response shape, examples.
API reference
Every public endpoint, with an interactive playground.
Going further
Was this page helpful?