Last updated 11 months ago
Was this helpful?
Upload a zip file containing a custom transformation or deployment block.
Organization ID
transform
deploy
dsp
transferLearning
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/custom-block' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data' \ --form 'tar=binary' \ --form 'type=transform' \ --form 'blockId=1'
{ "success": true, "error": "text", "id": 12873488112 }