Last updated 2 hours ago
Download all impulse for a project, including accuracy and performance metrics, as JSON or CSV.
Project ID
File
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/download-impulses-detailed', { method: 'GET', headers: {}, }); const data = await response.json();
binary