Loading...
Grab a segment image from the auto-labeler
Project ID
Which image to receive from the auto-labeler
OK
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/auto-labeler/image?image=text', { method: 'GET', headers: {}, }); const data = await response.json();
binary