Buckets

create

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.

post/v1/bucket

Request body

namestring required

Example request

{
  "name": "your_bucket_name"
}

Response

Bucket successfully created

Example response

{
  "bucket": {
    "created": "2023-10-03T08:59:39.312Z",
    "fileSize": "3.1GB",
    "updated": "2023-10-03T08:59:39.312Z"
  }
}

Changes

Changed in 7 of the 50 revisions of this API.439

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api removed without deprecation

      api-removed-without-deprecation

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property / became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the request property became required

      request-property-became-required

    • api operation id createBucket removed and replaced with Bucket_create

      api-operation-id-removed

    • api tag Bucket added

      api-tag-added

  • 79c42de78d2f234See the full diff
    • the response property became optional for the status

      response-property-became-optional

    • the response property / became optional for the status

      response-property-became-optional

    • removed the request property

      request-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • api operation id Bucket_create removed and replaced with createBucket

      api-operation-id-removed

    • api tag Buckets removed

      api-tag-removed

    • added the new optional request property

      new-optional-request-property

    • added the non-success response with the status

      response-non-success-status-added

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog