Sign in

Get information about an uploaded file (Upload API)

documented

Retrieve information about a previously uploaded file (via Upload API endpoint).

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