Last updated 10 months ago
Was this helpful?
Download the source code for this block.
/api/organizations/{organizationId}/deploy/{deployId}/export
Organization ID
Deploy block ID.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy/{deployId}/export' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "id": 12873488112, "exportUrl": "text" }