cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "EdgeImpulse Inc.", "description": "EdgeImpulse Inc. Portal description", "bucketId": 1, "bucketPath": "/path/in/bucket" }'
{ "success": true, "error": "<string>", "id": 123, "url": "<string>", "signedUrl": "<string>", "bucketBucket": "<string>" }
Creates a new upload portal for the organization.
Organization ID
OK
The response is of type object.
object