Create new dataset
Create a new dataset in a client.
** From 1st January 2020, one needs to call Process Upload API after this API call to complete preprocessing.
URL
POST https://tools.deepen.ai/api/v2/clients/{clientId}/datasets
Request
Path parameters
Request body
Example body
Response
Returns an array of resumable upload urls on successful completion
Response body
Example
Please use the below command or follow this link to upload the data
curl -v -X PUT -H 'Expect:' --upload-file '<path to zip file>' '<resumable upload url>'
Once the dataset zip file is uploaded, you need to call the process uploaded data api to process the zip file and make it ready for labelling.
Last updated