get https://api.toriihq.com/v1.0/files/
Use the following code snippet to get the information of a file that was uploaded to Torii
curl -H "Authorization: Bearer API_KEY" "https://api.toriihq.com/v1.0/files/{FILE_ID}"
curl -H "Authorization: Bearer API_KEY" "https://api.toriihq.com/v1.0/files/1000"
- Rate limit: 600 requests per minute