Last updated 7 months ago
Get a sample as an video file. This only applies to samples with video data.
Project ID
Sample ID
Video file in AVI or MP4 format
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/video', { method: 'GET', headers: {}, }); const data = await response.json();
binary