Loading...
Download all impulse for a project, including accuracy and performance metrics, as JSON or CSV.
Project ID
Format of the detailed impulses response, either 'json' or 'csv'. If not set, defaults to 'json'.
File
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/download-impulses-detailed', { method: 'GET', headers: {}, }); const data = await response.json();
binary