UnifyAPI
← Back to catalog

zenodo.record

mock data$0.001 / call

Get Zenodo Record Details

Get full metadata for a specific Zenodo research record by its numeric record ID. Returns title, DOI, creators with affiliations and ORCID, publication date, resource type, abstract/description, keywords, license, access right, related communities, file count, download and view statistics, and a link to the Zenodo page. Use zenodo.records.search to find record IDs, or extract the ID from a DOI like "10.5281/zenodo.10487285" → ID is 10487285. To list downloadable files, follow up with zenodo.records.files.

Science & Researchprovider: Zenodo#zenodo#science

Input schema

record_idrequired

Zenodo record ID (numeric, e.g. 10487285) or DOI suffix. Find IDs via zenodo.records.search or from a DOI like "10.5281/zenodo.10487285".

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/zenodo.record \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"record_id":"<record_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.