---
title: "POST /datasets/{datasetId}/transformations"
method: POST
path: "/datasets/{datasetId}/transformations"
---

# POST /datasets/{datasetId}/transformations

`POST /datasets/{datasetId}/transformations`

## Path parameters

- `datasetId` string, required

## Headers

- `Content-Type` string, required

## Request body

- PostTransformations
  - `operations` object[]
    - `options` object
    - `type` 'remove-duplicates', required

## Response `200`

200 response

- Transformation
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `datasetId` string, required
  - `operations` object[], required
    - `options` object
    - `type` 'remove-duplicates', required
  - `status` 'running' | 'succeeded' | 'failed', required
  - `transformationId` string, required
  - `updatedBy` string, nullable
  - `updatedTime` string, nullable

## 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)
