Download File
ID of the File.
Optional header to specify the beta version(s) you want to use.
require "anthropic" anthropic = Anthropic::Client.new(api_key: "my-anthropic-api-key") response = anthropic.beta.files.download("file_id") puts(response)