UnifyAPI
← Back to catalog

zenodo.files

mock data$0.001 / call

List 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.

Science & Researchprovider: Zenodo#zenodo#science

Input schema

limit

Maximum number of files to return (default 50, max 100).

integer
record_idrequired

Zenodo record ID whose files to list (numeric, e.g. 10487285). Obtain from zenodo.records.search or zenodo.records.detail.

string

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>"}'

Try it

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