Sign in

Copy file to local storage

documented

Copy a file to the default local storage.

POST /files/local_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/local_copy/" \
  -X POST \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -H "Content-Type: application/json" \
  -d '{"source": "{{$source}}", "store": "{{$store}}", "metadata": {{$metadata}}}'
Copy file to local storage · uploadcare · OpenIntegrations