Download file from Datamate knowledge base via HTTP URLurl: Full HTTP URL of the file to download (optional)
base_url: Base server URL (e.g., host:port)
dataset_id: Datamate dataset ID
file_id: Datamate file ID
filename: Optional filename for the download (extracted automatically if not provided)
authorization: Optional authorizatio n header to pass to the target URL
Returns file stream for download Request Code Samples
curl --location --request GET '/file/datamate/download?url&base_url&dataset_id&file_id&filename' \
--header 'Authorization;'
Modified at 2025-12-12 05:25:24