GET
/
files
/
{file_id}
/
content
Retrieve file content
curl --request GET \
  --url https://api.anyapi.ai/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication. Get your API key from the dashboard.

Path Parameters

file_id
string
required

The ID of the file to retrieve content for

Response

200
application/octet-stream

The file content

The response is of type file.