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

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

id
integer
required

ID of the new impulse

redirectUrl
string
required

Link to redirect the user to afterwards

error
string

Optional error description (set if 'success' was false)