Complete multipart upload
documentedAsk Uploadcare to assemble the uploaded parts into a single file.
POST /multipart/complete/Uploadno implementation yet0 runsNo 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 "https://upload.uploadcare.com/multipart/complete/" \
-X POST \
-H "Accept: application/json" \
-F "UPLOADCARE_PUB_KEY={{UPLOADCARE_API_KEY}}" \
-F "uuid={{$uuid}}"