GET
firecrawl_research_paper_get.py
from charter.packs import firecrawl
result = await firecrawl.research_paper_get.ainvoke({"id": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
id * | string | Paper reference: a canonical paperId or source-specific primaryId. |
Query parameters
| Field | Type | Description |
|---|---|---|
query | string | When present, returns top matching full-text passages for this question. min length 1 |
k | integer | Passage count for read mode. Only valid when query is present. The server applies 4 when this is absent. ≥ 1; ≤ 50 |