GET
firecrawl_research_similar_papers.py
from charter.packs import firecrawl
result = await firecrawl.research_similar_papers.ainvoke({"id": ..., "intent": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
id * | string | Primary seed paper reference. |
Query parameters
| Field | Type | Description |
|---|---|---|
intent * | string | Natural-language ranking/filtering intent used for semantic ranking. min length 1 |
mode | ResearchSimilarMode | Structural expansion mode. The server applies ‘similar’ when this is absent. |
k | integer | Maximum number of related papers to return. The server applies 40 when this is absent. ≥ 1; ≤ 500 |
rerank | boolean | Apply an additional rerank over fused candidates. |
anchor | string | Additional seed paper reference. Repeat this parameter for multiple anchors. |