GET
/
api
/
{projectId}
/
dsp-data
/
{dspId}
/
x
/
{category}
Download DSP data
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-data/{dspId}/x/{category} \
  --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

dspId
integer
required

DSP Block ID, use the impulse functions to retrieve the ID

category
enum<string>
required

Which of the three acquisition categories to download data from

Available options:
training,
testing,
post-processing

Query Parameters

raw
boolean

Whether to download raw data or processed data. Processed data is the default.

Response

200 - application/octet-stream

Numpy binary file

The response is of type file.