cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/bulk-metadata \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form 'dataset=<string>' \ --form csvFile='@example-file'
{ "success": true, "id": 12873488112, "error": "<string>" }
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.
Organization ID
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)
Was this page helpful?