Create Upload Portal
Creates a new upload portal for the organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/create \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"EdgeImpulse Inc.","description":"EdgeImpulse Inc. Portal description","bucketId":1,"bucketPath":"/path/in/bucket"}'
Last updated
Was this helpful?