resolve
Fetch full metadata, file manifest, and optional citation for any research dataset using a DOI, Zenodo ID, or source-prefixed ID. Attaches identifiers and full-text when open access.
Instructions
Fetch the full DataResource for a known id (e.g. 'zenodo:7654321', 'datacite:10.5061/dryad.x', a bare Zenodo record id, or a DOI), including the complete files[] manifest. Publication resolve also attaches normalized identifiers (pmid/pmcid/doi) and, when open access, a full-text file. Pass cite= to render a citation onto the result (citation field); omitted means no citation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Source-prefixed id, bare Zenodo id, or DOI | |
| cite | No | Optional citation format to render onto the result: 'bibtex', 'ris', 'csl-json', or any CSL style name ('apa', 'mla', 'vancouver', ...). DOI-bearing records render via DOI content negotiation; non-DOI records support 'csl-json' only. Omitted = no citation. Failures degrade quietly (citation stays null). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| source | Yes | ||
| kind | Yes | ||
| title | Yes | ||
| creators | No | ||
| year | No | ||
| description | No | ||
| doi | No | ||
| identifiers | No | ||
| accessions | No | ||
| organism | No | ||
| taxa | No | ||
| subjects | No | ||
| license | No | ||
| access | No | ||
| files | No | ||
| links | No | ||
| citation | No |