Create
Prod
https://api.everabyte.io/api
Prod
https://api.everabyte.io/api
POST
https://api.everabyte.io/api
/bucket/create
POST
{
"dataHubId": "idsmjz8hspfvgatfrece4gtl",
"name": "Data"
}
dataHubId
(required, string): The ID of the data hub where the bucket will be created. Example: idsmjz8hspfvgatfrece4gtl
name
(required, string): The name of the bucket to be created. Example: Data
POST /bucket/create
Content-Type: application/json
{
"dataHubId": "idsmjz8hspfvgatfrece4gtl",
"name": "MyNewBucket"
}
idsmjz8hspfvgatfrece4gtl
.201 Created
: Bucket successfully created. The response body might include details of the created bucket (e.g., its ID).400 Bad Request
: Invalid request body (e.g., missing required fields, invalid dataHubId or name).404 Not Found
: Data hub with the given ID not found.409 Conflict
: A bucket with the same name already exists within the specified data hub.500 Internal Server Error
: Server error.Request
Body Params application/json