cite_record
Generate a citation for a Zenodo record using a record ID or DOI, with support for styles like APA, BibTeX, and more.
Instructions
Generate a citation for a Zenodo record in a given style.
Provide either record_id or doi (not both).
Parameters
record_id : int, optional The Zenodo record ID. doi : str, optional The DOI of the record. style : str Citation style: apa, bibtex, ris, mla, chicago, harvard (default: apa).
Returns
dict Citation text, style used, and DOI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | No | ||
| style | No | apa | |
| record_id | No |