Skip to main content
GET
/
files
/
{file_id}
/
content
Retrieve File Content
curl --request GET \
  --url https://vaeroapi.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.vaero.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

The ID of the file to retrieve content for.

Response

The file content.

The raw content of the file.