Loading...
Download a sample in it's original format as uploaded to the ingestion service.
Project ID
Sample ID
CBOR or JSON file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/raw', { method: 'GET', headers: {}, }); const data = await response.json();
binary