Sign in

Copy file to remote storage

documented

Copy a file to a remote storage (e.g., S3) with optional naming.

POST /files/remote_copy/Filesno 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://api.uploadcare.com/files/remote_copy/" \
  -X POST \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -d '{"source": "{{$source}}", "target": "{{$target}}", "make_public": {{$make_public}}, "pattern": "{{$pattern}}"}'
Copy file to remote storage · uploadcare · OpenIntegrations