← Back to catalog
zenodo.files
mock data$0.001 / callList Zenodo Record Files
List all downloadable files for a Zenodo record. Returns filename, MIME type, size in bytes, checksum (MD5), and a direct download URL for each file. Zenodo records can contain multiple files (data CSVs, code archives, supplementary PDFs, images, etc.). Use zenodo.records.search or zenodo.records.detail to find the record ID, then call this tool to get the file manifest with direct download links. All files in open-access records are freely downloadable without authentication.
Input schema
limit
integerMaximum number of files to return (default 50, max 100).
record_idrequired
stringZenodo record ID whose files to list (numeric, e.g. 10487285). Obtain from zenodo.records.search or zenodo.records.detail.
Call via REST
curl -X POST https://unifyapi.pro/api/call/zenodo.files \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"record_id":"<record_id>"}'