Last updated 6 months ago
Was this helpful?
Create a new empty impulse, and return the ID.
/api/{projectId}/impulse/new
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/new' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "id": 1, "redirectUrl": "text" }