---
title: "Create dataset items from CSV file"
method: POST
path: "/v1/private/datasets/items/from-csv"
tags: ["Datasets"]
---

# Create dataset items from CSV file

`POST /v1/private/datasets/items/from-csv`

Create dataset items from uploaded CSV file. CSV should have headers in the first row. Processing happens asynchronously in batches.

## Response `202`

Accepted - CSV processing started

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
