POST
/
api
/
{projectId}
/
impulse
/
get-new-block-id
Get new block ID
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/get-new-block-id \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "blockId": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.