v1

latestOpenAPI 3.0.1The University of Illinois/NCSA Open Source License (NCSA)2026-07-1727211165.4 KB
datasets

Create new dataset with no file

New dataset requiring zero files based on values of fields in attached JSON. Returns dataset id as JSON object. Requires name, description, and space. Optional list of existing file ids to add.

post/datasets/createempty

Request body

namestring required
descriptionstring
access'PUBLIC' | 'PRIVATE' | 'DEFAULT' | 'TRIAL'
spacestring[]

if space is not set or set as default, this dataset will not be add to any Spaces.

collectionstring[]

if collection is not set or set as default, this dataset will not be add to any Collections.

existingfilesstring

the list of file ids, seperated with comma

Example request

{
  "name": "A dataset"
}

Response

OK