resolve_doi
Resolve a DOI to its Zenodo record metadata, obtaining title, creators, date, type, license, and URL.
Instructions
Resolve a DOI to its Zenodo record metadata.
Supports full DOIs (10.5281/zenodo.1234567), DOI URLs
(https://doi.org/10.5281/zenodo.1234567), and Zenodo-specific
DOI formats.
Parameters
doi : str The DOI to resolve.
Returns
dict Record summary with title, DOI, creators, date, type, license, and URL. Raises an error if the DOI is invalid or not found on Zenodo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes |