Sign in

Upload file

documented

Direct file upload via multipart/form-data to Uploadcare.

POST /base/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 "https://upload.uploadcare.com/base/" \
  -F UPLOADCARE_PUB_KEY="{{UPLOADCARE_API_KEY}}" \
  -F UPLOADCARE_STORE="{{$uploadcare_store}}" \
  -F "metadata[subsystem]"="{{$metadata_subsystem}}" \
  -F "metadata[pet]"="{{$metadata_pet}}" \
  -F file=@{{$file_path}}
Upload file · uploadcare · OpenIntegrations