Add dataset

Add dataset

post

Add a new research dataset

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body
datasetstringRequired
tagsstring[]Required
categorystringRequired
typestring · enumRequiredPossible values:
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/dataset HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 131

{
  "dataset": "text",
  "tags": [
    "text"
  ],
  "category": "text",
  "type": "clinical",
  "bucket": {
    "id": 1,
    "path": "text",
    "dataItemNamingLevelsDeep": 1
  }
}
200

OK

{
  "success": true,
  "error": "text",
  "id": 12873488112
}

Last updated

Was this helpful?