cURL
curl --request GET \ --url https://api.bctrl.ai/v1/storage/objects/by-path/read/{path} \ --header 'Authorization: Bearer <token>'
Read a UTF-8 text preview of a file by logical path
const text = await storage.read('logs/output.txt', 4096);