---
title: "POST /bundles"
method: POST
path: "/bundles"
tags: ["bundles"]
---

# POST /bundles

`POST /bundles`

Creates a bundle.

## Request body

- CreateBundleInfo — # CreateBundleInfo Object ### Description The `CreateBundleInfo` object is used to store creation info for a bundle. ### Usage Example Use in the `POST Bundles` endpoint.
  - `name` string, required — The name of the bundle.
  - `description` string — A brief description of the bundle.
  - `admin_owner_id` string, required — The ID of the bundle's admin owner.

## Response `201`

The bundle successfully created.

- Bundle
  - `bundle_id` string, uuid — The ID of the bundle.
  - `name` string — The name of the bundle.
  - `description` string — The description of the bundle.
  - `created_at` string, date-time — The creation timestamp of the bundle, in ISO 8601 format
  - `updated_at` string, date-time — The last updated timestamp of the bundle, in ISO 8601 format
  - `admin_owner_id` string, uuid — The ID of the owner of the bundle.
  - `total_num_items` integer — The total number of items in the bundle.
  - `total_num_resources` integer — The total number of resources in the bundle.
  - `total_num_groups` integer — The total number of groups in the bundle.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
