Last updated 6 months ago
Was this helpful?
Clones the complete impulse (incl. config and data) of an existing impulse.
/api/{projectId}/impulse/{impulseId}/clone/complete
Project ID
Impulse ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/{impulseId}/clone/complete' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"name":"text"}'
{ "success": true, "error": "text", "id": 12873488112 }