paper_batch
Reduce API calls by retrieving up to 500 paper details in a single batch request.
Instructions
Retrieve details for multiple papers in a single request (up to 500). More efficient than calling paper_get repeatedly. Pass a list of paper IDs in any supported format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fieldsOfStudy, externalIds, url, venue, publicationVenue, publicationTypes, publicationDate, journal, citations, references. Author fields: authorId, name, affiliations, homepage, paperCount, citationCount, hIndex. | |
| paper_ids | Yes | List of paper IDs to retrieve (1-500). Supports all ID formats. | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |