---
title: "Upload a new dataset file"
method: POST
path: "/v1/datasets"
tags: ["Datasets"]
---

# Upload a new dataset file

`POST /v1/datasets`

## Response `201`

Successfully uploaded dataset

- DatasetResponse
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `status` 'UPLOADED' | 'VALIDATED' | 'ERROR' | 'DELETED'
  - `name` string
  - `description` string
  - `file_name` string
  - `file_size` integer
  - `errors` object

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/luminolabs/apis/datasets-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/datasets-api/revisions/23903400640a/schema)
