Ingest a file
Datasets
Ingest a file
After uploading a file to Narrative via the upload API, you can then have the file can then be ingested into a dataset.
Related guides:
- How do I create a dataset?: see the section titled Upload Files for Ingestion.
POST
Ingest a file
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a dataset.
Body
application/json
The file to be ingested.
This must be equal to the upload_path passed to the upload API when the file was submitted to Narrative.
Response
200
OK

