Skip to main content
POST
Ingest a file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Body

application/json
source_file
string
required

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