Create Dataset
Last updated
Last updated
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"
]
}