Download File
ID of the File.
require "anthropic" anthropic = Anthropic::Client.new(api_key: "my-anthropic-api-key") response = anthropic.files.download("file_id") puts(response)