← back to catalog

openalex hosted

OpenAlex scholarly works: titles, abstracts, venues, and point-in-time publication dates.

tier
hosted
category
scholarly
coverage
2026-07
ranking
bm25
knobs
q, limit, before, min_venue_impact, rank

Guidance

rank=blend weighs citations but is ~10-16x slower than bm25. Keep bm25 for fan-out, reserve blend for a small final set. before=ISO date (e.g. before=2020-01-01) gives a point-in-time view of the literature as of that date; this is the key differentiator vs OpenAlex's own free API, which has no such time-travel filter. text is the abstract, not the full paper.

Usage

curl -s https://api.bipsearch.ai/openalex/search \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"q": "semaglutide cardiovascular outcomes", "limit": 5}'