Get information about an uploaded file (Upload API)
documentedRetrieve information about a previously uploaded file (via Upload API endpoint).
GET /info/Uploadno 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://upload.uploadcare.com/info/?pub_key={{UPLOADCARE_API_KEY}}&file_id={{$file_id}}" \
-X GET \
-H "Accept: application/json"