For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
GuidesIntegrationsAPI ReferencesRelease notes
GuidesIntegrationsAPI ReferencesRelease notes
    • APIs overview
  • Upload API
    • Errors
  • REST API
    • Authentication
    • File Metadata
    • Add Ons
    • Changelog
    • Versioning
  • URL API
    • File Information
    • File Names
    • File groups
    • Image processing limitations
    • Image compression
    • Image resize and crop
    • Image rotation
    • Image overlays
    • Image colors
    • Image definition
    • Image recognition
    • Other image operations
    • Proxy
    • Signed URLs
    • CDN settings
    • Integrations
Dashboard
LogoLogo

Uploadcare REST API Reference

API endpoints

REST API root endpoint: https://api.uploadcare.com/

Send data via query strings and POST request bodies, and receive JSON responses.

Note: All API endpoints must end with a forward slash /.

GET /files/
PUT /files/{uuid}/storage/
POST /files/local_copy/
...

REST API provides low-level access to Uploadcare features. You can manage files and their metadata, application data, file groups, add-ons, projects, webhooks, file conversions, and video encoding.

For high-level integrations and SDKs, see available libraries.

Was this page helpful?
Previous

Authentication

Next
Built with