Last updated 7 months ago
Download all files in the given folder in a dataset, ignoring any subdirectories.
Organization ID
Dataset name
ZIP file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/download-folder?path=text', { method: 'GET', headers: {}, }); const data = await response.json();
binary