cURL
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>" }
Create a new empty impulse, and return the ID.
Project ID
OK
Whether the operation succeeded
ID of the new impulse
Link to redirect the user to afterwards
Optional error description (set if 'success' was false)
Was this page helpful?