Anthropic Integration
Get file content (Anthropic format)
Retrieves file content. Returns raw binary file data when Accept header is set to application/octet-stream, or file metadata as JSON when Accept header is set to application/json.
get/anthropic/v1/files/{file_id}/content
Path parameters
file_idstring required
File ID
Headers
x-model-providerstring
Provider for the file
Accept'application/json' | 'application/octet-stream'
Response content type - use application/octet-stream for binary download
Response
Successful response. Returns file metadata as JSON or raw binary file content. When returning binary content, the Content-Type header indicates the file's MIME type and Content-Disposition header may include the filename.