Loading...
If you have opened a debug stream, ping this interface every 10 seconds to let us know to keep the debug stream open.
Project ID
Device 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}/device/{deviceId}/debug-stream/keep-alive', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "error": "text" }