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