Last updated 12 months ago
Was this helpful?
Score trial
Project ID
POST /v1/api/{projectId}/optimize/score-trial HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 245 { "id": "text", "experiment": "text", "original_trial_id": "text", "optimizationRound": 1, "inputBlocks": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "dspBlocks": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "learnBlocks": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ] }
OK
{ "success": true, "error": "text", "score": 1, "latency": { "dspMips": 1, "dspMs": 1, "learnMaccs": 1, "learnMs": 1 }, "ram": { "dsp": 1, "learn": 1 }, "rom": { "dsp": 1, "learn": 1 } }