/
/Dryad API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 3w ago
datasets7
  • getGet a list of all datasets
  • postCreate a new dataset with an automatically-generated DOI
  • getGet a dataset record by its DOI
  • putUpdate (overwrite) dataset metadata for DOI
  • patchUpdate the state of an in-progress dataset
  • getGet a download package for a dataset
  • getShow all versions of a dataset
files6
  • getGet metadata information about a file
  • deleteRemove a file from an in-progress dataset version
  • getGet metadata information about all public files with the same digest
  • getDownload a specific file
  • putUpload and stage a file for an in-progress dataset
  • postStage a file submission by URL
internal5
  • getGet processor results for the ID given
  • putOverwrite processor results for the ID given
  • getGet processor results for the version given
  • postCreate processor results for the ID given
  • putUpdate related works for a Dryad DOI
reports2
  • getGet a list of reports that are updated regularly
  • getGet a particular report
root2
  • getThe root of the API
  • getTest OAuth2 and bearer authentication
search1
  • getSearch publicly-available datasets
versions3
  • getShow a specific dataset version
  • getList the files and file metadata in this version
  • getGet a download package for a dataset version
    root

    The root of the API

    Displays links to root level API objects, like the list of datasets.

    get/

    Response

    The root of the API.

    Changes