curl --request GET \
--url https://api.siftstack.com/api/v1/remote-files/{remoteFileId}/download-url \
--header 'Authorization: Bearer <token>'{
"downloadUrl": "<string>"
}Gets a download URL for the remote file.
curl --request GET \
--url https://api.siftstack.com/api/v1/remote-files/{remoteFileId}/download-url \
--header 'Authorization: Bearer <token>'{
"downloadUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A successful response.
The response of a call to RemoteFileService_GetRemoteFileDownloadUrl.
Was this page helpful?