Set DSP file size limit

Set DSP file size limit

Change the DSP file size limit for the project. This function is only available through a JWT token, and is not available to all users.

post

/api/{projectId}/dsp-file-size-limit

Path parameters
projectIdintegerrequired

Project ID

Body
dspFileSizeMbintegerrequired

DSP File size in MB (default is 4096 MB)

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-file-size-limit' \
  --header 'Content-Type: application/json' \
  --data '{"dspFileSizeMb":1}'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?