Fetches the download URL for a specific uploaded source/document.
Fetches the download URL for a specific uploaded source/document.
Authorization
: Bearer tokenaccept
: application/jsonContent-Type
: application/jsonfile_id
(string, required): ID of the file to fetch the download URL fortenant_id
(string, required): Tenant identifiersub_tenant_id
(string, optional): Sub-tenant identifierreturn_content
(boolean, optional, default=True): Flag to determine whether to return the actual file content.return_content
is true
: Returns the actual file content directlyreturn_content
is false
: Generates time-limited download URLs for the requested fileReturns a JSON object with file IDs as keys and their corresponding download URLs as values.
404
: File not found or not accessible with the provided credentialsBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Download URL(s) fetched successfully.
The response is of type object
.
Fetches the download URL for a specific uploaded source/document.
Fetches the download URL for a specific uploaded source/document.
Authorization
: Bearer tokenaccept
: application/jsonContent-Type
: application/jsonfile_id
(string, required): ID of the file to fetch the download URL fortenant_id
(string, required): Tenant identifiersub_tenant_id
(string, optional): Sub-tenant identifierreturn_content
(boolean, optional, default=True): Flag to determine whether to return the actual file content.return_content
is true
: Returns the actual file content directlyreturn_content
is false
: Generates time-limited download URLs for the requested fileReturns a JSON object with file IDs as keys and their corresponding download URLs as values.
404
: File not found or not accessible with the provided credentialsBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Download URL(s) fetched successfully.
The response is of type object
.