---
title: "POST /datasets"
method: POST
path: "/datasets"
---

# POST /datasets

`POST /datasets`

## Headers

- `Content-Type` string, required

## Request body

- PostDatasets
  - `containsPersonallyIdentifiableInformation` boolean
  - `description` string, nullable
  - `metadata` object
  - `name` string, nullable
  - `retentionInDays` integer

## Response `200`

200 response

- Dataset
  - `containsPersonallyIdentifiableInformation` boolean, required
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `datasetId` string, required
  - `description` string, nullable, required
  - `groundTruthSummary` object, required
  - `metadata` object, nullable, required
  - `name` string, nullable
  - `numberOfDocuments` integer, required
  - `retentionInDays` integer, required
  - `storageLocation` 'EU', required
  - `updatedBy` string, nullable, required
  - `updatedTime` string, nullable, required
  - `version` integer, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

---

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