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>'
This response does not have an example.
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