Returns the contents of the specified file
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/files/{file_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer token authentication. Get your API key from the dashboard.
The ID of the file to retrieve content for
The file content
The response is of type file.
file