Data Feeds
Send Bulk CSV to a Project Data Feed
Uploads a CSV file to an ingestion Data Feed for processing. The Data Feed must have a “Endpoint” source configured. The file will be processed asynchronously through the pipeline’s stages (collection, transformation, publication).
POST
Submit a data file to an ingestion Data Feed
Authorizations
Path Parameters
The friendly ID of the data ingestion pipeline
Example:
"datafd_abc123def456"
Body
multipart/form-data
CSV file to upload (max 50MB)
Response
File successfully submitted and pipeline run started
Submit a data file to an ingestion Data Feed