cURL
curl --request GET \ --url https://vaeroapi.com/v1/files/{file_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Returns the contents of the specified file.
Documentation IndexFetch the complete documentation index at: https://docs.vaero.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vaero.co/llms.txt
Use this file to discover all available pages before exploring further.
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.