cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/keep-alive \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "streamId": 123 }'
{ "success": true, "error": "<string>" }
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)
Was this page helpful?