API DocsRESTRemote file service

GetRemoteFileUrl

Gets a download URL for the remote file.

GET
/api/v1/remote-files/{remoteFileId}/download-url

Path Parameters

remoteFileId
Required
string

curl -X GET "<API_URL>/api/v1/remote-files/string/download-url" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{
  "downloadUrl": "string"
}