GET
/
files
/
{file_id}
/
content
curl --request GET \
  --url https://api.vaeroapi.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

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

200
text/plain

The file content.

The raw content of the file.