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
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.

