---
title: "Creates a new empty dataset."
method: POST
path: "/dataset"
tags: ["Dataset"]
---

# Creates a new empty dataset.

`POST /dataset`

## Request body

- CreateDatasetEndpointInput — The input for the create dataset endpoint.
  - `name` string, required — The name to give to the new dataset.

## Response `200`

OK

- CreateDatasetEndpointOutput — The result when a dataset has been created.
  - `datasetId` string, required — The id of the created dataset.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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