Last updated 7 months ago
Download all data for this data item.
Organization ID
Data ID
ZIP file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/download', { method: 'GET', headers: {}, }); const data = await response.json();
binary