create_group
Create File Group
Create an immutable group of files. Groups cannot be modified after creation — to change the file list, create a new group. File IDs can optionally include CDN transformation operations.
create_group
Create an immutable group of files. Groups cannot be modified after creation — to change the file list, create a new group. File IDs can optionally include CDN transformation operations.
copy_file
Create a copy of a file within Uploadcare (local copy) or to a custom S3 storage (remote copy). Local copies can include URL API transformations applied to the source.
delete_file
Delete one or more files from Uploadcare storage. Deleted files are no longer accessible via CDN.
get_file
Retrieve detailed information about a specific file, including content info, metadata, and optionally add-on results (appdata).
list_webhooks
List all webhooks configured for the current Uploadcare project.
store_group
Permanently store all files within a file group. This prevents the files from being automatically deleted after 24 hours.
build_cdn_url
Construct an Uploadcare CDN URL with image processing operations. Operations are chained in order and applied on-the-fly when the URL is accessed. Useful for generating optimized image URLs for display.
manage_metadata
Read, set, or delete arbitrary key-value metadata on a file. Useful for tagging, categorization, and custom data storage. Use action "get" to read all metadata, "set" to update a key, or "delete" to remove a key.
delete_webhook
Delete a webhook by its target URL. The webhook will stop receiving event notifications.
store_file
Permanently store one or more files. Unstored files are automatically deleted after 24 hours. Storing a file makes it available permanently.
list_groups
List file groups in your Uploadcare project. Groups are immutable collections of files identified by a UUID~N format.
upload_from_url
Upload a file to Uploadcare by providing a publicly accessible URL. Uploadcare will fetch the file and store it. Returns a token to check upload status, plus the file UUID once available.
get_project
Retrieve information about the current Uploadcare project, including name, public key, autostore setting, and collaborators.
get_group
Retrieve detailed information about a file group, including its files.
create_webhook
Register a new webhook to receive notifications for file events. Supported events: file.uploaded, file.stored, file.deleted, file.infected, file.info_updated.
get_video_encoding_status
Check the status of an asynchronous video encoding job. Returns the current status and the resulting file info when complete.
list_files
List files in your Uploadcare project with optional filtering and ordering. Supports pagination and filtering by stored/removed status.
convert_document
Convert documents between formats (DOC, DOCX, XLS, XLSX, PDF, JPG, PNG, etc.). Conversion is asynchronous — this tool starts the job and returns a token for status polling. For image output formats, you can specify page number, DPI, and quality.
encode_video
Start a video encoding job. Supports converting to MP4, WEBM, or OGG, with options for resizing, quality, cutting, and thumbnail generation. Encoding is asynchronous — returns a token for status polling.
update_webhook
Update an existing webhook's target URL, event type, active status, or signing secret.
get_document_conversion_status
Check the status of an asynchronous document conversion job. Returns the current status and the resulting file info when complete.
execute_addon
Run an Uploadcare add-on on a file. Available add-ons: - **AWS Rekognition Detect Labels** — detect objects and scenes in images - **AWS Rekognition Moderation** — detect unsafe or inappropriate image content - **ClamAV Virus Scan** — scan a file for malware - **Remove.bg** — remove background from an image Execution is asynchronous. Returns a request ID for polling the add-on status.
get_addon_status
Check the status of an asynchronous add-on execution. For completed executions, results are stored in the file's appdata field — use the Get File tool with includeAppdata to view them.
Upload, store, manage, and deliver files via a global CDN. Process images on-the-fly with chainable URL operations including resizing, cropping, filters, blur, overlays, rotation, and background removal. Convert documents between formats (DOC, PDF, XLS, etc.) and encode videos to MP4, WEBM, and OGG. Organize files into groups, attach custom metadata, and manage file lifecycle (store, copy, delete). Run add-ons for virus scanning (ClamAV), object/scene detection (AWS Rekognition), and background removal (Remove.bg). Manage webhooks for file events (uploaded, stored, deleted, infected). Retrieve project information and configure signed uploads and signed URLs for security.
Common questions about connecting Uploadcare to AI agents with Metorial.