Loading...
Create a new empty impulse, and return the ID.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
ID of the new impulse
Link to redirect the user to afterwards
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/new', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "id": 0, "redirectUrl": "text" }