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.
Uploadcare is a comprehensive file handling service that offers uploading, storage, processing, and delivery solutions for web and mobile applications.
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.
Tool to store multiple files in one request. Use when you need to mark up to 100 files as permanently stored in bulk.
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.
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.
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.
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.
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.
Tool to delete a specific metadata key from an Uploadcare file. Use when you need to remove obsolete metadata after file processing.
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).
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.
Permanently deletes a webhook subscription from your Uploadcare project. Use the List Webhooks action first to obtain the webhook ID. This action is irreversible.
Tool to delete a webhook subscription by its target URL. Use when you know the webhook's target URL but not its ID.
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.
Tool to check AWS Rekognition execution status for label detection. Use after initiating an AWS Rekognition add-on execution to monitor job progress.
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.
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.
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.
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.
Tool to get information about a specific file. Use after uploading a file to retrieve detailed metadata and usage information.
Tool to get information about a specific file group. Use when you need to retrieve detailed metadata about a group and its contained files.
Tool to get information about the current Uploadcare project. Use when you need to retrieve project configuration details.
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.
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.
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.
Tool to list groups in the project. Use when you need to retrieve paginated groups of files.
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.
Tool to mirror an image horizontally via Uploadcare CDN. Use when you need the URL of a horizontally flipped 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.
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.
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).
Tool to mark an Uploadcare file as permanently stored. Use after uploading a file when you need to store it permanently.
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.
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.
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.