logo
Buckets

create

post
https://api.groundx.ai/api/v1/bucket

Create a new bucket.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

Execute an API Request

Request Body
namestringrequired
Authorization
Request
Installation
$
npm install groundx-typescript-sdk
1
Loading...

Response fields

object
bucketobject
1
{
2
"bucket": {
3
"bucketId": 0,
4
"created": "2023-10-03T08:59:39.312Z",
5
"fileCount": 0,
6
"fileSize": "3.1GB",
7
"name": "string",
8
"updated": "2023-10-03T08:59:39.312Z"
9
}
10
}