cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/performance \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "performance": [ { "mcu": "<string>", "latency": 123, "ram": 123 } ] }
Get estimated performance (latency and RAM) for the DSP block, for all supported project latency devices.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
OK
The response is of type object.
object