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