Sign in

Upload file part

documented

Upload an individual file part to the provided presigned URL.

PUT /multipart/{presigned_url}Uploadno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$presigned_url}}" \
  -X PUT \
  -H "Content-Type: application/octet-stream" \
  -H "Accept: */*" \
  --data-binary "@{{$part_file_path}}"
Upload file part · uploadcare · OpenIntegrations