Last updated 8 months ago
Was this helpful?
Returns an unused block ID. Use this function to determine new block IDs when you construct an impulse; so you won't accidentally re-use block IDs.
Project ID
POST /v1/api/{projectId}/impulse/get-new-block-id HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "blockId": 1 }