Last updated 10 months ago
Was this helpful?
Track objects between two samples. Source sample should have bounding boxes set.
/api/{projectId}/raw-data/track-objects
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/track-objects' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"sourceSampleId":1,"nextSampleId":1}'
{ "success": true, "error": "text", "boundingBoxes": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1 } ] }