Returns the contents of the specified file.
curl --request GET \ --url https://vaeroapi.com/v1/files/{file_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the file to retrieve content for.
The file content.
The raw content of the file.