Skip to main content
POST
Add companies to dataset via CSV

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

dataset_id
string<uuid>
required

Unique dataset identifier.

Body

multipart/form-data
file
file
required

The CSV file to upload.

Response

Companies added to dataset from CSV successfully.

dataset_id
string<uuid>
required

ID of the dataset that was updated.

Example:

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

entities_created
integer
required

Number of new entities created from the CSV.

Example:

3

validation_report
object
required

Summary of CSV processing results.