Store The Last Segment Length

When segmenting a sample into smaller segments, store the segment length to ensure uniform segment lengths.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/store-segment-length \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"segmentLength":1000}'

Last updated

Was this helpful?