Download File
/v1/files/{file_id}/content?beta=true
Download File
Path Parameters
file_id: string
ID of the File.
Header Parameters
Download File
cURL
curl https://api.anthropic.com/v1/files/$FILE_ID/content?beta=true \
-H "X-Api-Key: $ANTHROPIC_API_KEY"