Bulk update metadata
Bulk update the metadata of many data items in one go. This requires you to submit a CSV file with headers, one of which the columns should be named 'name'. The other columns are used as metadata keys.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
datasetstringRequired
csvFilestring · binaryRequired
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/data/bulk-metadata HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 37
{
"dataset": "text",
"csvFile": "binary"
}
200
OK
{
"success": true,
"error": "text",
"id": 12873488112
}
Last updated
Was this helpful?