- Find papers by topic, method, benchmark, author, or category
- Inspect canonical paper metadata and source ids
- Read the passages in one paper that answer a specific question
- Expand from strong seed papers to related papers, citers, or references
- Search GitHub history and READMEs for implementation notes, bugs, and design discussions
To give your agent access to the Research Index, we strongly recommend using our CLI or MCP, combined with our dedicated research skill, which you can install with:
Endpoints
| Task | Endpoint |
|---|---|
| Search papers | GET /search/research/papers |
| Inspect metadata or read passages | GET /search/research/papers/{id} |
| Find related papers | GET /search/research/papers/{id}/similar |
| Search GitHub history | GET /search/research/github |
Search papers
Search paper abstracts with a natural-language query. The response returns ranked papers with canonicalpaperId, preferred primaryId, source ids, title, abstract, score, and optional ranking signals.
authors: author substring filter; all filters must matchcategories: paper category filter, such ascs.LGfrom: inclusive created/updated lower bound,YYYY-MM-DDto: inclusive created/updated upper bound,YYYY-MM-DD
Inspect a paper
Use a canonicalpaperId or a source-specific primaryId.
Read paper passages
Addquery to the same paper path to retrieve the top full-text passages for a question. This is useful for verifying whether a candidate paper actually contains a method, dataset, constraint, or result before you include it.
Find related papers
Expand from one or more seed papers through semantic expansion and rank the candidates against a natural-languageintent.
similar: co-citation and bibliographic-coupling neighborhoodciters: papers that cite the seedreferences: papers cited by the seed

