Get video file

Get video file

get

Get a sample as an video file. This only applies to samples with video data.

Authorizations
Path parameters
projectIdintegerrequired

Project ID

sampleIdintegerrequired

Sample ID

Query parameters
afterInputBlockbooleanoptional

Whether to process the image through the input block first

cacheKeystringoptional

If set, then a long cache header is sent. If this is omitted then a no-cache header is sent. You can use this if you f.e. know the last modified date of a sample. Stick the last modified date in the cache key, so the sample can be stored in browser cache (and will automatically be invalidated if the modified date changes).

impulseIdintegeroptional

Impulse ID. If this is unset then the default impulse is used.

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/video' \
  --header 'x-api-key: YOUR_API_KEY'
binary

Last updated

Was this helpful?