Last updated 7 months ago
Download the build artefacts for a project
Project ID
ZIP or BIN file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/deployment/download?type=text', { method: 'GET', headers: {}, }); const data = await response.json();
binary