Uploadcare Integration
Connect Uploadcare to Arahi's no-code AI agents and automate workflows in minutes.
About the Uploadcare integration
Uploadcare handles file uploads, storage, processing and delivery for the modern web. Build more, code less. Sign up at uploadcare.com to get your free API key. With Arahi AI, you can connect Uploadcare to AWS, Box, Dropbox and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- File Storage & Cloud
- Authentication
- keys
Uploadcare automation use cases
- Email attachment → archive
- Save attachments from Gmail or Outlook into the right Uploadcare folder with auto-tagged naming.
- Document approval workflow
- Route new Uploadcare uploads through a review and approval chain before they're shared externally.
- Backup with retention
- Back up critical data to Uploadcare nightly with age-based retention — no manual cleanup sweep.
- Public-link expiry
- Expire public Uploadcare share links after N days automatically so nothing stays exposed.
Uploadcare workflow examples
- Create Uploadcare webhook for Notion ingest
When a Notion database records a new media request, Create Uploadcare webhook provisions a dedicated listener that fires on file upload events promptly.
Notion request -> Create Uploadcare webhook
- Rotate Image from List Uploadcare Files batch
Each night, List Uploadcare Files finds portrait uploads and Rotate Image normalizes orientation before Get Uploadcare File Download URL returns the corrected asset.
Nightly schedule -> List Uploadcare Files -> Rotate Image -> Get Download URL
- Get Uploadcare File Info for Shopify product sync
When a Shopify product is updated, Get Uploadcare File Info returns metadata and the CDN link is written back as the product image reliably.
Shopify product update -> Get Uploadcare File Info -> Shopify image set
Uploadcare actions
- Create Uploadcare webhook
- Tool to create a new webhook. use when you need to subscribe to file events and receive notifications at your service. ensure you have an existing project uuid before using this tool.
- Delete File Metadata Key
- Tool to delete a specific metadata key from an uploadcare file. use when you need to remove obsolete metadata after file processing.
- Delete Webhook
- Tool to delete a specific webhook. use when you need to remove a webhook by its id after confirming its details.
- Get Uploadcare File Download URL
- Tool to retrieve a temporary download url for a file. use when you need a direct download link after uploading a file.
- Get Uploadcare File Info
- Tool to get information about a specific file. use after uploading a file to retrieve detailed metadata and usage information.
- Get Uploadcare Project Info
- Tool to get information about the current uploadcare project. use when you need to retrieve project configuration details.
- List Uploadcare Files
- Tool to list files in a project. use when you need to retrieve uploaded files with optional filters, pagination, or include total count.
- List Uploadcare Groups
- Tool to list groups in the project. use when you need to retrieve paginated groups of files.
- List Uploadcare Webhooks
- Tool to list webhook subscriptions. use when you need a paginated list of webhooks for your project after configuring authentication.
- Rotate Image
- Tool to rotate an image by specified degrees clockwise. use when you need to rotate an uploaded image by 90, 180, or 270 degrees. use after confirming the file uuid.
- Store Uploadcare File
- Tool to mark an uploadcare file as permanently stored. use after uploading a file when you need to store it permanently.
- Mirror Uploadcare Image
- Tool to mirror an image horizontally via uploadcare cdn. use when you need the url of a horizontally flipped image.