Skip to main content
GET
documentURL
/
internal
/
storage
/
download
Download a file
curl --request GET \
  --url https://api.example.com/documentURL/internal/storage/download
This endpoint allows you to download a file by specifying its path or key.
documentURL
string
The base URL of the document.
internal
string
A segment of the path that specifies it is an internal call.
storage
string
A segment of the path referring to storage resources.
download
string
The unique identifier for the download.