Sign in

CDN proxy

documented

Route through Uploadcare CDN proxy.

GET /proxy/Proxyno 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://url.api.uploadcare.com/v1/proxy/?source_url={{$source_url}}" \
  -X GET \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_API_SECRET}}" \
  -H "Accept: application/json"