App
Uploadcare
File system as a service to handle your web and mobile app uploads.
What your agent can do with Uploadcare
Triggers and actions 1 trigger · 15 actions
- TriggerNew File Uploaded
Triggers when a new file is uploaded.
- ActionAdd file tags
/files/{uuid}/tags/ (add mode) — add tags to a file for organization/AI auto-tagging.
- ActionAdd group
/groups/ (Upload API) — create a file group from a set of uploaded file UUIDs.
- ActionConvert document
convert a document/image to another format (e.g. PDF, DOCX to images).
- ActionConvert video
transcode/thumbnail a video file into another format.
- ActionDelete file
delete a file (or POST /files/storage/ for batch delete).
- ActionDelete group
delete a file group (does not delete member files).
- ActionFind files
/files/ with query params — search/filter uploaded files by criteria (used with removed/stored/uploaded_range filters).
- ActionGet file
file info: metadata, size, mime type, URLs.
- ActionGet file metadata
arbitrary key-value metadata attached to a file.
- ActionGet group
file group info: files list, creation date, storage flag.
- ActionList files
return paginated list of uploaded files, with filters (stored, removed, ordering).
- ActionList groups
paginated list of file groups.
- ActionStore file
mark an uploaded file as permanently stored (or POST /files/storage/ for batch store).
- ActionUpdate file metadata
set/update a metadata key's value on a file.
- ActionUpload File
Upload a new file into your project.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Uploadcare API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.