Upload Performance Calibration Audio files

Upload Performance Calibration Audio files

post

Upload a zip files with a wav file and its Label metadata to run performance calibration on it.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Query parameters
impulseIdintegerOptional

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

Body
zipstring · binaryRequired
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/{projectId}/performance-calibration/files HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 16

{
  "zip": "binary"
}
200

OK

{
  "success": true,
  "error": "text",
  "uploadKey": "text"
}

Last updated

Was this helpful?