Datasets
Create a dataset
Creates a new dataset in the specified project.
post/v2/datasets
Request body
Example request
{
"path": "Default"
}Response
Dataset created successfully. Returns the newly created dataset object.
Creates a new dataset in the specified project.
{
"path": "Default"
}Dataset created successfully. Returns the newly created dataset object.