cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/custom-block \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form type=transform \ --form blockId=123 \ --form tar=@example-file
{ "success": true, "error": "<string>", "id": 12873488112 }
Upload a zip file containing a custom transformation or deployment block.
Organization ID
transform
deploy
dsp
transferLearning
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)
Was this page helpful?