---
title: "Create Data Bucket"
method: POST
path: "/data"
tags: ["Data"]
---

# Create Data Bucket

`POST /data`

Posting to the Data endpoint creates a new Data Bucket.

## Request body

- DataBucket — The container for an array of data stored within Cyclotron
  - `key` string — Uniquely identifying key of the Data Bucket.
  - `createdDate` string, date-time — Date/time the Data Bucket was created.
  - `lastModifiedDate` string, date-time — Date/time of the last modification.
  - `rev` integer — Current revision number of the Dashboard.
  - `data` unknown[] — Array of data contained in the Data Bucket.
    - unknown

## Response `200`

The created Data Bucket.

- DataBucket — The container for an array of data stored within Cyclotron
  - `key` string — Uniquely identifying key of the Data Bucket.
  - `createdDate` string, date-time — Date/time the Data Bucket was created.
  - `lastModifiedDate` string, date-time — Date/time of the last modification.
  - `rev` integer — Current revision number of the Dashboard.
  - `data` unknown[] — Array of data contained in the Data Bucket.
    - unknown

## Other responses

- `400` — Missing body or required fields.
- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
