---
title: "Add multiple entities to a dataset from a CSV file"
method: POST
path: "/entity/upload"
tags: ["entity"]
---

# Add multiple entities to a dataset from a CSV file

`POST /entity/upload`

## Query parameters

- `dataset` string, required
- `table_name` string, required
- `file_type` 'Text' | 'PDF' | 'SEC', required
- `clean` boolean
- `ignore_columns` string[], nullable
- `attempt_merge` boolean

## Response `200`

Entities added successfully from CSV, JSON, or XLSX. Headers are required for CSV & XLSX files.

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
