Skip to main content
GET
/
Dataset
/
{datasetId}
/
document
/
{documentId}
/
download
Download a document file
curl --request GET \
  --url https://api.starleads.co/Dataset/{datasetId}/document/{documentId}/download \
  --header 'X-Api-Key: <api-key>'
"<string>"

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

datasetId
string
required

ID of the dataset.

documentId
string
required

ID of the document.

Response

Binary file stream

The response is of type file.