Download file

Download file

Download a sample in it's original format as uploaded to the ingestion service.

GEThttps://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/raw
Path parameters
projectId*integer

Project ID

sampleId*integer

Sample ID

Response

CBOR or JSON file

Body
string (binary)
Request
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/raw', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
"binary"

Last updated