Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

Descargar contenido de archivo

GET/v1/compliance/apps/chats/files/{claude_file_id}/content

Descarga el contenido binario de un archivo referenciado en los mensajes del chat.

Path parameters
claude_file_id: string

The file ID (tagged ID, e.g., claude_file_abc123)

Headers
"x-api-key": optional string
Descargar contenido de archivo
cURL
curl https://api.anthropic.com/v1/compliance/apps/chats/files/$CLAUDE_FILE_ID/content \
    -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"