curl --request GET \ --url "https://api.roe-ai.com/v1/datasets/files/YOUR_FILE_ID/download/" \ --header "Authorization: Bearer YOUR_API_KEY" \ --output downloaded_file.pdf
"Binary file content"
Download a file by its file string identifier.
File string identifier (encoded file ID with optional metadata)
Page range for PDF files (e.g., '1-5', '1,3,5', '1-3,5-7')
File content
The response is of type file.
file