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>"
}Retrieve the download URL for a file
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a dataset.
Unique identifier for a snapshot.
Unique identifier for a file.
Ok