Get a Bucket
Hand off to an LLM
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
bucketID*string
Bucket public ID (bkt_...).
Response Body
application/json
curl -X GET "https://api.bem.ai/v3/buckets/string"{
"bucketID": "string",
"name": "string",
"description": "string",
"isDefault": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}