POST
/
api
/
{projectId}
/
device
/
{deviceId}
/
debug-stream
/
inference
/
start
Start inference debug stream
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/inference/start \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "streamId": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

deviceId
string
required

Device ID

Response

200 - application/json

OK

The response is of type object.