Loading...
Returns a JSON file with the current CSV wizard config. 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/download-config', { method: 'GET', headers: {}, }); const data = await response.json();
binary