Create bucket
Creates an object storage bucket. Requires scope: object-storage.write.
Authentication
AuthorizationBearer
IBEE platform API token, for example: ibee_live_xxx.
Query parameters
workspace_id
The workspace ID to scope this request to.
Request
This endpoint expects an object.
name
Unique bucket name within the workspace.
region
Region where the bucket will be created.
is_public
Whether the bucket allows unauthenticated read access.
Response
Bucket created successfully.
name
is_public
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
