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
Artificial 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
Upload a file to Anthropic's servers for later use, sending the binary as multipart form data.
2
verifyMetadata
Retrieve the stored file metadata to confirm the upload succeeded and inspect its mime type, size, and downloadable flag.
3
downloadContent
Download the raw content of the uploaded file now that it is confirmed downloadable.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.