GET
/
api
/
{projectId}
/
raw-data
/
{sampleId}
/
image
Get image file
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/image \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

sampleId
integer
required

Sample ID

Query Parameters

afterInputBlock
boolean

Whether to process the image through the input block first

cacheKey
string

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).

impulseId
integer

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

Response

200 - image/jpeg

Image file (either JPEG or PNG format)

The response is of type file.