Uploadcare

Integrate Uploadcare with your AI workspace

Uploadcare is a comprehensive file handling service that offers uploading, storage, processing, and delivery solutions for web and mobile applications.

Explore Triggers and Actions

Batch Delete Uploadcare Files

Tool to delete multiple files from Uploadcare storage in a single request. Use when you need to remove up to 100 files at once. Invalid UUIDs or missing files will be reported in the problems field.

ActionTry it

Batch Store Files

Tool to store multiple files in one request. Use when you need to mark up to 100 files as permanently stored in bulk.

ActionTry it

Check AWS Rekognition Moderation Status

Tool to check the execution status of AWS Rekognition Moderation labels detection. Use after initiating a moderation check to monitor progress and determine when results are ready.

ActionTry it

Check Remove.bg Status

Tool to check Remove.bg execution status and get the UUID of the file with removed background. Use after requesting background removal to poll for completion and retrieve the processed file UUID.

ActionTry it

Copy Uploadcare File to Local Storage

Tool to copy a file to local storage within the same Uploadcare project. Use when you need to create a duplicate of an existing file.

ActionTry it

Create File Group (Upload API)

Tool to create a file group from already uploaded files using Uploadcare's Upload API. Use after files have been uploaded to group them together.

ActionTry it

Create Uploadcare webhook

Create a new webhook subscription to receive notifications when file events occur. Use this to get real-time callbacks at your URL when files are uploaded, stored, deleted, or flagged. The project is automatically determined by your API credentials. Note: Each target_url must be unique per event type within your project.

ActionTry it

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.

ActionTry it

Delete Uploadcare File

Tool to delete a single file from Uploadcare storage by UUID. Use when you need to permanently remove a file from storage (note: file may remain in CDN cache).

ActionTry it

Delete Uploadcare Group

Tool to delete a file group. Use when you need to remove a group from the project. Note that files within the group are not deleted, only the group itself.

ActionTry it

Delete Uploadcare Webhook

Permanently deletes a webhook subscription from your Uploadcare project. Use the List Webhooks action first to obtain the webhook ID. This action is irreversible.

ActionTry it

Delete Uploadcare Webhook by URL

Tool to delete a webhook subscription by its target URL. Use when you know the webhook's target URL but not its ID.

ActionTry it

Execute ClamAV virus scan

Tool to execute ClamAV virus scan on an uploaded file. Use this when you need to check if a file contains viruses or malware. The scan runs asynchronously - you receive a request_id to track the scan status. Results can be retrieved from file info or via webhooks.

ActionTry it

Get AWS Rekognition Execution Status

Tool to check AWS Rekognition execution status for label detection. Use after initiating an AWS Rekognition add-on execution to monitor job progress.

ActionTry it

Get ClamAV Scan Status

Tool to check the execution status of a ClamAV virus scan. Use after initiating a ClamAV scan to monitor its progress and determine when results are available.

ActionTry it

Get File Group Info (Upload API)

Tool to get information about a file group from the Upload API. Use when you need to retrieve group details including file metadata from the upload endpoint.

ActionTry it

Get File Metadata

Tool to retrieve all metadata key-value pairs associated with an Uploadcare file. Use when you need to inspect custom metadata attached to a file.

ActionTry it

Get File Metadata Key Value

Tool to get the value of a specific metadata key for an Uploadcare file. Use when you need to retrieve custom metadata associated with a file.

ActionTry it

Get Uploadcare File Info

Tool to get information about a specific file. Use after uploading a file to retrieve detailed metadata and usage information.

ActionTry it

Get Uploadcare Group Info

Tool to get information about a specific file group. Use when you need to retrieve detailed metadata about a group and its contained files.

ActionTry it

Get Uploadcare Project Info

Tool to get information about the current Uploadcare project. Use when you need to retrieve project configuration details.

ActionTry it

Get Uploaded File Info

Tool to get information about an uploaded file using Uploadcare's Upload API. Use this to retrieve file metadata including size, MIME type, and content information immediately after upload.

ActionTry it

Get URL Upload Status

Tool to check the status of a URL upload task. Use after initiating a file upload from a URL to monitor progress or verify completion.

ActionTry it

List Uploadcare Files

List files in an Uploadcare project with pagination and optional filtering. Use this tool to retrieve uploaded files. Supports filtering by storage status, removal status, and date range. Results are paginated with optional ordering.

ActionTry it

List Uploadcare Groups

Tool to list groups in the project. Use when you need to retrieve paginated groups of files.

ActionTry it

List Uploadcare Webhooks

Retrieves all webhook subscriptions for the authenticated Uploadcare project. Use this tool to view configured webhooks that receive notifications for file events (uploads, deletions, storage, etc.). Returns an array of webhook objects with their IDs, target URLs, event types, and active status.

ActionTry it

Mirror Uploadcare Image

Tool to mirror an image horizontally via Uploadcare CDN. Use when you need the URL of a horizontally flipped image.

ActionTry it

Rotate Image

Tool to rotate an image by specified degrees counterclockwise. Use when you need to rotate an uploaded image by 90, 180, or 270 degrees. Use after confirming the file UUID.

ActionTry it

Start Multipart Upload

Tool to start a multipart upload session for files larger than 100MB. Use when you need to upload large files that exceed the direct upload size limit. Returns presigned URLs for uploading file parts.

ActionTry it

Store Single Uploadcare File

Tool to store a single file by UUID permanently. Use when you need to make an uploaded file available permanently (stored files are retained indefinitely).

ActionTry it

Store Uploadcare File

Tool to mark an Uploadcare file as permanently stored. Use after uploading a file when you need to store it permanently.

ActionTry it

Update File Metadata Key

Tool to update or set the value of a specific metadata key for a file. Use when you need to add or modify file metadata.

ActionTry it

Update Uploadcare webhook

Update an existing webhook subscription by its ID. Use this to modify the target URL, event type, active status, or signing secret of a webhook. Only provide the fields you want to update - all fields are optional except the webhook ID.

ActionTry it

Upload File from URL

Tool to upload a file from a publicly available URL to Uploadcare. Use when you need to import files from external URLs into your Uploadcare project.

ActionTry it