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
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/bulk-metadata \
--header 'content-type: multipart/form-data' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?