Download file

Use the following code snippet to download a file that was uploaded to Torii

curl -L -H "Authorization: Bearer API_KEY" -o {OUTPUT_FILE_NAME} "http://localhost:8001/v1.0/files/{FILE_ID}/download"
curl -L -H "Authorization: Bearer API_KEY" -o downloaded_file.json "http://localhost:8001/v1.0/files/1000/download"

  • Rate limit: 600 requests per minute

Language
Credentials
Header