Signed URLs
documentedGenerate signed CDN URLs.
GET /signed/Signed URLsno 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://api.uploadcare.com/get/from_url/status/?token={{token}}" \
-X GET \
-H "Accept: application/vnd.uploadcare-v0.7+json" \
-H "Authorization: Uploadcare {{UPLOADCARE_PUBLIC_KEY}}:{{SIGNATURE}}"