Last updated 11 months ago
Was this helpful?
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
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/keep-alive' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "streamId": 1 }'
{ "success": true, "error": "text" }