Last updated 7 months ago
Returns the file that was uploaded when the CSV wizard was configured. If there is no config this will throw a 5xx error.
Project ID
OK
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/csv-wizard/uploaded-file/download', { method: 'GET', headers: {}, }); const data = await response.json();
binary