Add companies to dataset via CSV
Datasets
Add companies to dataset via CSV
Appends new companies to an existing dataset by uploading a CSV file. Uses the same CSV format as the dataset creation endpoint.
The response omits dataset_name compared to the create-from-CSV endpoint since the dataset already exists.
POST
Add companies to dataset via CSV
Authorizations
API key for authentication.
Path Parameters
Unique dataset identifier.
Body
multipart/form-data
The CSV file to upload.
Response
Companies added to dataset from CSV successfully.

