5e35babfb8d2
Create a new dataset with an automatically-generated DOI
You must be <a href="https://github.com/datadryad/dryad-app/blob/main/documentation/apis/api_accounts.md">logged in</a>. Use a JSON structure as shown below.
If no funders are declared, users will be asked to list them later; to declare no funding submit a funder with <code>identifier: '0'</code> (see the "Set no funding" example). If human subject information is in the dataset, include a statement explaining how the data was de-identified (see the 'Include HSI statement' example).
For a more full list of properties that can be sent, check the Model below and the <a href="https://github.com/datadryad/dryad-app/blob/main/documentation/apis/sample_dataset.json" target="_blank">sample dataset object</a>.
Further detailed instructions and examples can be found in <a href="https://github.com/datadryad/dryad-app/blob/main/documentation/apis/submission.md">additional submission API documentation</a>.
Request body
Example request
{
"funders": [
{
"identifier": "https://ror.org/00x6h5n95",
"identifierType": "ror"
}
]
}Response
Show the dataset information that has been saved.
Example response
{
"_embedded": {
"stash:datasets": [
{
"funders": [
{
"identifier": "https://ror.org/00x6h5n95",
"identifierType": "ror"
}
]
}
]
}
}