UploadFile
Certified
Upload a file to Anthropic
UploadFile
Certified
Upload a file to Anthropic
yaml
type: io.kestra.plugin.anthropic.UploadFileExamples
yaml
id: anthropic_upload_file
namespace: company.team
tasks:
- id: upload
type: io.kestra.plugin.anthropic.UploadFile
apiKey: "{{ secret('ANTHROPIC_API_KEY') }}"
filePath: "{{ outputs.create_file.uri }}"
mimeType: "text/plain"
Properties
apiKey *Requiredstring
filePath *Requiredstring
mimeType *Requiredstring
model *Requiredstring
filename string
maxTokens integerstring
Default
1024temperature numberstring
Default
1.0