AxKnowledgeBase_get_paper_asset
Retrieve a specific figure or table from a paper in Axiomatic's curated knowledge base by its document position, returning the figure as an image or the table as markdown.
Instructions
Download one figure or table from a paper in Axiomatic's curated knowledge base, addressed by its position in the document (seq, from search_paper_assets). A figure comes back as an image the model can view directly; a table comes back as markdown. Figures have no size cap, so a large scientific figure can be a large response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seq | Yes | The asset's position in the document, from search_paper_assets | |
| kind | Yes | Which kind of asset to fetch | |
| doc_id | Yes | The paper's id |