Last updated 7 months ago
Score trial
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/score-trial', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "error": "text", "score": 0, "latency": { "dspMips": 0, "dspMs": 0, "learnMaccs": 0, "learnMs": 0 }, "ram": { "dsp": 0, "learn": 0 }, "rom": { "dsp": 0, "learn": 0 } }