Skip to main content
POST
/
datasets
/
{dataset_id}
/
snapshots
/
{snapshot_id}
/
files-added
/
{file_id}
/
download
Issue file download url
curl --request POST \
  --url https://api-dev.narrative.io/datasets/{dataset_id}/snapshots/{snapshot_id}/files-added/{file_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

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.

snapshot_id
integer
required

Unique identifier for a snapshot.

file_id
string
required

Unique identifier for a file.

Response

Ok

id
string