Create Dataset
Body
dataset_namestringRequired
project_namestringRequired
licensestringOptional
imagesstring Β· binary[]Required
Responses
201
Dataset created and images uploaded
post
POST /create_dataset/ HTTP/1.1
Host: api.jtheta.ai
Content-Type: multipart/form-data
Accept: */*
Content-Length: 82
{
"dataset_name": "text",
"project_name": "text",
"license": "text",
"images": [
"binary"
]
}
201
Dataset created and images uploaded
No content