Last updated 12 months ago
Was this helpful?
Crop a sample to within a new range.
Project ID
Sample ID
New start index of the sample
0
New end index of the sample
128
POST /v1/api/{projectId}/raw-data/{sampleId}/crop HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 29 { "cropStart": 0, "cropEnd": 128 }
OK
{ "success": true, "error": "text", "requiresProcessing": true }