Backblaze · Arazzo Workflow
Backblaze Large File Multi-Part Upload
Version 1.0.0
Authorize, start a large file, get a part upload URL, then finish the large file from its parts.
Provider
Workflows
large-file-upload
Start, prepare, and finish a multi-part large file upload.
Authorizes the account, starts a large file, obtains a part upload URL, and finishes the file by combining the supplied part SHA1 checksums.
1
2
startLargeFile
Prepare the large file upload, returning the fileId used by the part-url and finish steps.
3
getUploadPartUrl
Obtain a URL and authorization token for uploading the parts of the large file identified by the fileId.
4
finishLargeFile
Assemble the uploaded parts into a single B2 file using the ordered array of part SHA1 checksums.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.