Anthropic · Arazzo Workflow
Anthropic Upload, Verify, and Download a File
Version 1.0.0
Upload a file, read back its metadata, and download its content when it is downloadable.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
upload-verify-download-file
Upload a file, confirm its metadata, and download its content.
Creates a file, retrieves its metadata to confirm storage, and downloads the content when the file is marked downloadable.
1
uploadFile
createFile
Upload a file to Anthropic's servers for later use, sending the binary as multipart form data.
2
verifyMetadata
getFileMetadata
Retrieve the stored file metadata to confirm the upload succeeded and inspect its mime type, size, and downloadable flag.
3
downloadContent
downloadFileContent
Download the raw content of the uploaded file now that it is confirmed downloadable.