Skip to main content
POST
Create dataset from CSV

Authorizations

x-api-key
string
header
required

API key for authentication.

Body

multipart/form-data
file
file
required

The CSV file to upload.

name
string
required

Name for the new dataset.

Example:

"My Portfolio"

description
string

Optional description for the dataset.

Example:

"Companies from Q1 2026 watchlist"

Response

Dataset created from CSV successfully.

dataset_id
string<uuid>
required

Unique identifier of the created dataset.

Example:

"ccabb755-afc2-4047-b84c-78d1f23d49b2"

dataset_name
string
required

Name of the created dataset.

Example:

"My Portfolio"

entities_created
integer
required

Number of entities successfully created from the CSV.

Example:

3

validation_report
object
required

Summary of CSV processing results.