Uploadcare
uploadcareUploadcare is a comprehensive file handling service that offers uploading, storage, processing, and delivery solutions for web and mobile applications.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Uploadcare webhookUPLOADCARE_CREATE_WEBHOOKAcciónTool 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.
UPLOADCARE_CREATE_WEBHOOKAcciónTool 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.
Parámetros de entrada
eventstringObligatorioType of event to subscribe to (e.g., 'file.uploaded', 'file.deleted').
projectanyObligatoriouuidUUID of the project to associate the webhook with.
inactivebooleanMark webhook as inactive after creation.
target_urlanyObligatoriouriTarget URL to send the webhook events to.
signing_secretstringCustom secret for webhook signature. If not provided, a random secret will be generated.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete File Metadata KeyUPLOADCARE_DELETE_FILE_METADATA_KEYAcciónTool to delete a specific metadata key from an uploadcare file. use when you need to remove obsolete metadata after file processing.
UPLOADCARE_DELETE_FILE_METADATA_KEYAcciónTool to delete a specific metadata key from an uploadcare file. use when you need to remove obsolete metadata after file processing.
Parámetros de entrada
keystringObligatorioThe metadata key to delete.
uuidstringObligatorioThe UUID of the file.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookUPLOADCARE_DELETE_WEBHOOKAcciónTool to delete a specific webhook. use when you need to remove a webhook by its id after confirming its details.
UPLOADCARE_DELETE_WEBHOOKAcciónTool to delete a specific webhook. use when you need to remove a webhook by its id after confirming its details.
Parámetros de entrada
idstringObligatorioUnique identifier of the webhook to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Uploadcare File Download URLUPLOADCARE_GET_FILE_DOWNLOAD_URLAcciónTool to retrieve a temporary download url for a file. use when you need a direct download link after uploading a file.
UPLOADCARE_GET_FILE_DOWNLOAD_URLAcciónTool to retrieve a temporary download url for a file. use when you need a direct download link after uploading a file.
Parámetros de entrada
file_idstringObligatorioThe unique identifier of the file to retrieve the download URL for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Uploadcare File InfoUPLOADCARE_GET_FILE_INFOAcciónTool to get information about a specific file. use after uploading a file to retrieve detailed metadata and usage information.
UPLOADCARE_GET_FILE_INFOAcciónTool to get information about a specific file. use after uploading a file to retrieve detailed metadata and usage information.
Parámetros de entrada
uuidstringObligatorioThe UUID of the file to retrieve info for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Uploadcare Project InfoUPLOADCARE_GET_PROJECT_INFOAcciónTool to get information about the current uploadcare project. use when you need to retrieve project configuration details.
UPLOADCARE_GET_PROJECT_INFOAcciónTool to get information about the current uploadcare project. use when you need to retrieve project configuration details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Uploadcare FilesUPLOADCARE_LIST_FILESAcciónTool to list files in a project. use when you need to retrieve uploaded files with optional filters, pagination, or include total count.
UPLOADCARE_LIST_FILESAcciónTool to list files in a project. use when you need to retrieve uploaded files with optional filters, pagination, or include total count.
Parámetros de entrada
limitintegerNumber of files to return (1-1000).
offsetintegerPagination offset, zero-based.
storedstringenumFilter by storage status ('true' or 'false').
truefalseincludestringInclude total file count in the response by specifying 'total'.
removedstringenumFilter by removal status ('true' or 'false').
truefalseto_datestringReturn files uploaded before this ISO 8601 datetime.
orderingstringComma-separated fields to sort by, e.g., 'datetime_uploaded' or '-size'.
from_datestringReturn files uploaded after this ISO 8601 datetime.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Uploadcare GroupsUPLOADCARE_LIST_GROUPSAcciónTool to list groups in the project. use when you need to retrieve paginated groups of files.
UPLOADCARE_LIST_GROUPSAcciónTool to list groups in the project. use when you need to retrieve paginated groups of files.
Parámetros de entrada
limitintegerNumber of groups to return per page (1-100).
offsetintegerNumber of groups to skip before starting the result set.
orderingstringenumSort by 'datetime_created'; prefix with '-' for descending.
datetime_created-datetime_created
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Uploadcare WebhooksUPLOADCARE_LIST_WEBHOOKSAcciónTool to list webhook subscriptions. use when you need a paginated list of webhooks for your project after configuring authentication.
UPLOADCARE_LIST_WEBHOOKSAcciónTool to list webhook subscriptions. use when you need a paginated list of webhooks for your project after configuring authentication.
Parámetros de entrada
limitintegerMaximum number of webhook subscriptions to return (pagination).
offsetintegerNumber of webhook subscriptions to skip before starting the page (pagination).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Rotate ImageUPLOADCARE_ROTATE_IMAGEAcciónTool 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.
UPLOADCARE_ROTATE_IMAGEAcciónTool 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.
Parámetros de entrada
uuidstringObligatorioUUID of the image to rotate. Must follow 8-4-4-4-12 hex format.
degreesintegerObligatorioenumRotation angle in degrees clockwise. Must be one of [90, 180, 270].
90180270
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Store Uploadcare FileUPLOADCARE_STORE_FILEAcciónTool to mark an uploadcare file as permanently stored. use after uploading a file when you need to store it permanently.
UPLOADCARE_STORE_FILEAcciónTool to mark an uploadcare file as permanently stored. use after uploading a file when you need to store it permanently.
Parámetros de entrada
uuidstringObligatorioUUID of the Uploadcare file to mark as stored. Must follow 8-4-4-4-12 hex format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mirror Uploadcare ImageUPLOADCARE_UPLOADCARE_IMAGE_MIRRORAcciónTool to mirror an image horizontally via uploadcare cdn. use when you need the url of a horizontally flipped image.
UPLOADCARE_UPLOADCARE_IMAGE_MIRRORAcciónTool to mirror an image horizontally via uploadcare cdn. use when you need the url of a horizontally flipped image.
Parámetros de entrada
uuidstringObligatorioThe Uploadcare file UUID (e.g., '3e0923f2-e05a-4b37-9f0d-343b981c9d70') or full CDN URL (e.g., 'https://ucarecdn.com/3e0923f2-e05a-4b37-9f0d-343b981c9d70/').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not