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
The response is of type object.
object