Cloudinary
cloudinaryCloudinary is a cloud-based media management platform for uploading, storing, transforming, and delivering images and videos via CDN.
Acciones disponibles (34)
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 FolderCLOUDINARY_CREATE_FOLDERAcciónTool to create a new asset folder. use when you need to organize assets into nested directories. use after confirming the folder path does not already exist.
CLOUDINARY_CREATE_FOLDERAcciónTool to create a new asset folder. use when you need to organize assets into nested directories. use after confirming the folder path does not already exist.
Parámetros de entrada
folderstringObligatorioFull path of the new asset folder (e.g., 'images/events/2023').
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
Create Metadata FieldCLOUDINARY_CREATE_METADATA_FIELDAcciónTool to create a new metadata field definition. use when extending your metadata schema with new fields.
CLOUDINARY_CREATE_METADATA_FIELDAcciónTool to create a new metadata field definition. use when extending your metadata schema with new fields.
Parámetros de entrada
typestringObligatorioenumData type of the metadata field.
stringintegerdateenumsetlabelstringObligatorioHuman-readable label shown in the UI.
mandatorybooleanWhether a value is required (default false).
datasourceobjectPredefined list of values for enum or set metadata fields.
validationobjectValidation rules object, e.g. greater_than, strlen, strregex.
external_idstringUnique ID for the field (max 255 chars). Auto-generated if omitted.
restrictionsobjectUI restrictions object, e.g., {'readonly_ui': True}.
default_valueintegerDefault value for the field. Required if mandatory=true. Use list for 'set'.
default_disabledbooleanDisable field by default for new assets (default false).
allow_dynamic_list_valuesbooleanAllow dynamic additions of set values (for 'set' type).
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
Create TriggerCLOUDINARY_CREATE_TRIGGERAcciónTool to create a new webhook trigger for a specified event type. use after configuring your webhook endpoint and choosing the event type. example: "create a trigger for uploads to https://example.com/hooks/cloudinary"
CLOUDINARY_CREATE_TRIGGERAcciónTool to create a new webhook trigger for a specified event type. use after configuring your webhook endpoint and choosing the event type. example: "create a trigger for uploads to https://example.com/hooks/cloudinary"
Parámetros de entrada
uristringObligatorioHTTPS URL to receive webhook notifications.
event_typestringObligatorioenumThe event type that triggers the webhook notification.
allaccess_control_changedbulk_refresh_auto_fetchcreate_folderdeletedelete_by_tokendelete_foldereagererrorexplodegenerate_archiveinfo+16
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
Create Upload MappingCLOUDINARY_CREATE_UPLOAD_MAPPINGAcciónTool to create a new upload mapping folder and url template. use when you need to dynamically map external url prefixes to a cloudinary asset folder before uploading files.
CLOUDINARY_CREATE_UPLOAD_MAPPINGAcciónTool to create a new upload mapping folder and url template. use when you need to dynamically map external url prefixes to a cloudinary asset folder before uploading files.
Parámetros de entrada
folderstringObligatorioThe name of the folder to map.
templatestringObligatorioThe URL prefix to be mapped to the folder.
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
Create Upload PresetCLOUDINARY_CREATE_UPLOAD_PRESETAcciónTool to create a new upload preset. use when defining centralized upload options (tags, formats, transformations, etc.) before asset uploads.
CLOUDINARY_CREATE_UPLOAD_PRESETAcciónTool to create a new upload preset. use when defining centralized upload options (tags, formats, transformations, etc.) before asset uploads.
Parámetros de entrada
ocrstringOCR add-on to apply.
namestringName for the new preset. If omitted, Cloudinary generates one.
tagsstringComma-separated list of tags to apply to uploads.
eagerstringEager transformations to generate on upload (e.g., 'c_fill,g_face,h_150,w_150').
proxyanyuriProxy URL for the upload request.
folderstringFolder path in your Cloudinary account to store uploads.
contextstringContext metadata in key=value|key2=value2 format.
callbackanyuriCallback URL to send upload responses.
unsignedbooleanAllow unsigned uploads using this preset.
detectionstringDetection add-on to apply (e.g., 'adv_face').
overwritebooleanOverwrite any existing asset with the same public_id.
moderationstringenumType of moderation to apply (if any).
manualwebpurifyaws_rekaws_rek_videoperception_pointgoogle_video_moderationduplicateauto_taggingnumberConfidence threshold (0.0-1.0) for auto-tagging.
use_filenamebooleanUse the original filename of the uploaded asset.
resource_typestringenumAsset type this preset applies to.
imagevideorawcategorizationstringComma-separated list of categorization add-on(s) to apply.
transformationstringIncoming transformation to apply on upload (e.g., 'c_limit,w_500').
allowed_formatsstringComma-separated list of allowed formats (e.g., jpg,png).
unique_filenamebooleanAppend a random suffix to the filename to avoid collisions.
notification_urlanyuriWebhook URL to receive upload notifications.
quality_analysisbooleanWhether to perform quality analysis.
background_removalstringenumBackground removal add-on to apply.
cloudinary_aipixelzcinemagraph_analysisbooleanWhether to perform cinemagraph analysis.
accessibility_analysisbooleanWhether to perform accessibility analysis.
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 Derived ResourcesCLOUDINARY_DELETE_DERIVED_RESOURCESAcciónTool to delete derived assets. use when you need to remove specific derived assets by their ids. example: "delete derived assets with ids [id1, id2]".
CLOUDINARY_DELETE_DERIVED_RESOURCESAcciónTool to delete derived assets. use when you need to remove specific derived assets by their ids. example: "delete derived assets with ids [id1, id2]".
Parámetros de entrada
derived_resource_idsstring[]ObligatorioArray of up to 100 derived resource IDs 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
Delete Metadata Field Datasource EntriesCLOUDINARY_DELETE_ENTRIES_IN_METADATA_FIELD_DATASOURCEAcciónTool to delete datasource entries for a specified metadata field. use when you need to soft-delete (inactivate) specific entries in a field's datasource. example prompt: "delete entries ['color1','color2'] from metadata field 'color id'"
CLOUDINARY_DELETE_ENTRIES_IN_METADATA_FIELD_DATASOURCEAcciónTool to delete datasource entries for a specified metadata field. use when you need to soft-delete (inactivate) specific entries in a field's datasource. example prompt: "delete entries ['color1','color2'] from metadata field 'color id'"
Parámetros de entrada
external_idstringObligatorioExternal ID of the metadata field whose datasource entries will be deleted.
external_idsstring[]ObligatorioList of datasource entry external IDs to delete (inactivate).
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 FolderCLOUDINARY_DELETE_FOLDERAcciónTool to delete an empty asset folder. use when the folder is confirmed empty and you need to remove it.
CLOUDINARY_DELETE_FOLDERAcciónTool to delete an empty asset folder. use when the folder is confirmed empty and you need to remove it.
Parámetros de entrada
folderstringObligatorioFull path of the empty folder to delete (e.g., 'product/test').
skip_backupbooleanWhether to delete the folder even if it contains backed up assets. Default: false.
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 Metadata FieldCLOUDINARY_DELETE_METADATA_FIELDAcciónTool to delete a metadata field by external id. use when you need to remove a metadata field that is no longer required.
CLOUDINARY_DELETE_METADATA_FIELDAcciónTool to delete a metadata field by external id. use when you need to remove a metadata field that is no longer required.
Parámetros de entrada
external_idstringObligatorioExternal ID of the metadata field 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
Delete Resources by Asset IDCLOUDINARY_DELETE_RESOURCES_BY_ASSET_IDAcciónTool to delete resources by asset ids. use when you need to permanently remove specific resources by their immutable asset ids; irreversible.
CLOUDINARY_DELETE_RESOURCES_BY_ASSET_IDAcciónTool to delete resources by asset ids. use when you need to permanently remove specific resources by their immutable asset ids; irreversible.
Parámetros de entrada
asset_idsstring[]ObligatorioArray of up to 100 immutable Cloudinary asset IDs to delete.
invalidatebooleanWhether to also invalidate CDN cache for deleted assets.
keep_originalbooleanIf true, only delete derived resources, keeping the original assets.
transformationsstring[]List of transformation strings; only delete derived resources matching these transformations.
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 Resources by TagsCLOUDINARY_DELETE_RESOURCES_BY_TAGSAcciónTool to delete cloudinary assets by tag. use when you need to remove all assets associated with a given tag.
CLOUDINARY_DELETE_RESOURCES_BY_TAGSAcciónTool to delete cloudinary assets by tag. use when you need to remove all assets associated with a given tag.
Parámetros de entrada
tagstringObligatorioName of the tag whose resources should be deleted.
invalidatebooleanIf true, invalidate CDN cached copies of deleted resources.
next_cursorstringCursor for pagination when deleting more than 1000 resources.
keep_originalbooleanIf true, delete only derived assets and keep originals.
resource_typestringenumType of asset to delete. Use 'video' for both video and audio assets.
imagerawvideotransformationsstringComma-separated transformation hashes to delete matching derived resources.
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 TriggerCLOUDINARY_DELETE_TRIGGERAcciónTool to delete a trigger (webhook notification). use when you need to remove a trigger by its id after confirming the correct id.
CLOUDINARY_DELETE_TRIGGERAcciónTool to delete a trigger (webhook notification). use when you need to remove a trigger by its id after confirming the correct id.
Parámetros de entrada
trigger_idstringObligatorioThe unique identifier of the trigger (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 Adaptive Streaming ProfilesCLOUDINARY_GET_ADAPTIVE_STREAMING_PROFILESAcciónTool to list adaptive streaming profiles. use when retrieving built-in and custom adaptive streaming profiles for delivering video via hls or dash.
CLOUDINARY_GET_ADAPTIVE_STREAMING_PROFILESAcciónTool to list adaptive streaming profiles. use when retrieving built-in and custom adaptive streaming profiles for delivering video via hls or dash.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of adaptive streaming profiles (built-in and custom).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get product environment config detailsCLOUDINARY_GET_CONFIGAcciónTool to get product environment config details. use when you need to fetch or verify environment configuration such as folder mode.
CLOUDINARY_GET_CONFIGAcciónTool to get product environment config details. use when you need to fetch or verify environment configuration such as folder mode.
Parámetros de entrada
settingsbooleanWhether to include the current configuration settings in the response (e.g., folder_mode).
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 Metadata Field By IDCLOUDINARY_GET_METADATA_FIELD_BY_IDAcciónTool to get a single metadata field definition by external id. use after creating or updating a metadata field to fetch its full definition. example: "get metadata field definition for external id 'color id'."
CLOUDINARY_GET_METADATA_FIELD_BY_IDAcciónTool to get a single metadata field definition by external id. use after creating or updating a metadata field to fetch its full definition. example: "get metadata field definition for external id 'color id'."
Parámetros de entrada
external_idstringObligatorioExternal ID of the metadata field to retrieve.
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 Resource by Asset IDCLOUDINARY_GET_RESOURCE_BY_ASSET_IDAcciónGet resource by asset id
CLOUDINARY_GET_RESOURCE_BY_ASSET_IDAcciónGet resource by asset id
Parámetros de entrada
facesbooleanInclude detected face coordinates
pagesbooleanInclude page count for multi-page documents
phashbooleanInclude perceptual hash for similarity detection
colorsbooleanInclude color histogram and predominant colors
asset_idstringObligatorioUnique immutable asset ID
versionsbooleanInclude backed-up version details
coordinatesbooleanInclude custom crop and face coordinates
max_resultsintegerMax derived assets to return (1-500)
image_metadatabooleanInclude IPTC, XMP, Exif metadata (returns ETag)
quality_analysisbooleanInclude image quality analysis scores
derived_next_cursorstringCursor for next page of derived assets
accessibility_analysisbooleanInclude accessibility analysis scores
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 Resource by Public IDCLOUDINARY_GET_RESOURCE_BY_PUBLIC_IDAcciónTool to get details of a single resource by public id. use when you need full asset, derived, and related info.
CLOUDINARY_GET_RESOURCE_BY_PUBLIC_IDAcciónTool to get details of a single resource by public id. use when you need full asset, derived, and related info.
Parámetros de entrada
typestringObligatorioenumDelivery type: upload, private, etc.
uploadprivateauthenticatedfetchfacebooktwittergravataryoutubehuluvimeoanimotoworldstarhiphop+2facesbooleanInclude detected face coordinates
pagesbooleanInclude page count for multi-page files
phashbooleanInclude perceptual hash for similarity detection
colorsbooleanInclude color histogram and predominant colors
relatedbooleanInclude list of related assets
versionsbooleanInclude backed-up versions of the resource
public_idstringObligatorioPublic ID of the resource
coordinatesbooleanInclude custom cropping and face coordinates
max_resultsintegerMax number of derived or related assets to return (1-500)
resource_typestringObligatorioenumResource type: image, video, or raw
imagevideorawmedia_metadatabooleanInclude IPTC, XMP, and detailed metadata (returns ETag)
quality_analysisbooleanInclude image quality analysis scores
derived_next_cursorstringCursor for next page of derived assets
related_next_cursorstringCursor for next page of related assets
accessibility_analysisbooleanInclude accessibility analysis scores
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 Resources by Asset FolderCLOUDINARY_GET_RESOURCES_BY_ASSET_FOLDERAcciónTool to list assets stored directly in a specified folder. use when you need to view assets in a specific folder without including subfolder contents.
CLOUDINARY_GET_RESOURCES_BY_ASSET_FOLDERAcciónTool to list assets stored directly in a specified folder. use when you need to view assets in a specific folder without including subfolder contents.
Parámetros de entrada
max_resultsintegerMaximum number of assets to return (1-500). Defaults to 50.
next_cursorstringCursor for pagination; include to fetch the next page of results.
asset_folderstringObligatorioName of the asset folder (case-insensitive) to list assets from.
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 Resources by ContextCLOUDINARY_GET_RESOURCES_BY_CONTEXTAcciónTool to retrieve assets with a specified contextual metadata key/value. use when filtering resources by context metadata.
CLOUDINARY_GET_RESOURCES_BY_CONTEXTAcciónTool to retrieve assets with a specified contextual metadata key/value. use when filtering resources by context metadata.
Parámetros de entrada
keystringObligatorioContextual metadata key to filter assets on (required).
tagsbooleanInclude tag list for each asset.
valuestringContextual metadata value to filter assets. If omitted, returns all assets with the given key.
fieldsstringComma-separated list of resource fields to include in each asset.
contextbooleanInclude contextual metadata key/value pairs for each asset.
metadatabooleanInclude structured metadata fields for each asset.
directionstringenumOrder by created_at date. 'desc' or '-1' (default) for newest first, 'asc' or '1' for oldest first.
desc-1asc1max_resultsintegerMaximum number of assets to return (1-500). Defaults to 10.
moderationsbooleanInclude image moderation status for each asset.
next_cursorstringCursor for pagination; include to fetch the next page of results.
resource_typestringenumType of asset to list. Defaults to 'image'.
imagerawvideo
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 Resources in ModerationCLOUDINARY_GET_RESOURCES_IN_MODERATIONAcciónTool to retrieve assets in a moderation queue by status. use after moderation to process pending or reviewed assets.
CLOUDINARY_GET_RESOURCES_IN_MODERATIONAcciónTool to retrieve assets in a moderation queue by status. use after moderation to process pending or reviewed assets.
Parámetros de entrada
tagsbooleanInclude tags in the response.
fieldsstringComma-separated list of fields to include in the response.
statusstringObligatorioenumModeration status to filter by.
pendingapprovedrejectedqueuedabortedcontextbooleanInclude contextual metadata in the response.
metadatabooleanInclude structured metadata in the response.
directionstringenumSort direction of returned results.
ascdesc1-1max_resultsintegerMaximum number of results to return (1-500).
moderationsbooleanInclude asset moderation info in the response.
next_cursorstringCursor for pagination to fetch the next page.
resource_typestringenumType of resource to query; use 'video' for all videos and audio.
imagerawvideomoderation_kindstringObligatorioenumModeration list type to query.
manualwebpurifyaws_rekaws_rek_videoperception_pointgoogle_video_moderationduplicate
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 Root FoldersCLOUDINARY_GET_ROOT_FOLDERSAcciónTool to list all root folders in the product environment. use when you need to retrieve top-level asset folders.
CLOUDINARY_GET_ROOT_FOLDERSAcciónTool to list all root folders in the product environment. use when you need to retrieve top-level asset folders.
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
Get Streaming Profile DetailsCLOUDINARY_GET_STREAMING_PROFILE_DETAILSAcciónTool to get details of a single streaming profile by name. use when you need to inspect an existing profile's configuration before making changes. example: "get details of streaming profile 'hd'."
CLOUDINARY_GET_STREAMING_PROFILE_DETAILSAcciónTool to get details of a single streaming profile by name. use when you need to inspect an existing profile's configuration before making changes. example: "get details of streaming profile 'hd'."
Parámetros de entrada
namestringObligatorioThe name of the streaming profile to retrieve
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 Resource TagsCLOUDINARY_GET_TAGSAcciónTool to list all tags used for a specified resource type. use when you need to retrieve or page through the tags assigned to your assets.
CLOUDINARY_GET_TAGSAcciónTool to list all tags used for a specified resource type. use when you need to retrieve or page through the tags assigned to your assets.
Parámetros de entrada
prefixstringOnly return tags that start with this prefix.
max_resultsintegerMax number of tags to return (1-500). Default: 10.
next_cursorstringOpaque cursor for pagination. Pass from prior response to get next page.
resource_typestringenumThe resource type to list tags for. 'image' (default), 'video' (for both video/audo), or 'raw'.
imagevideoraw
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 TransformationsCLOUDINARY_GET_TRANSFORMATIONSAcciónTool to list all transformations (named and unnamed). use when you need to retrieve transformation definitions or paginate through transformation records.
CLOUDINARY_GET_TRANSFORMATIONSAcciónTool to list all transformations (named and unnamed). use when you need to retrieve transformation definitions or paginate through transformation records.
Parámetros de entrada
max_resultsintegerMaximum number of transformations to return (1-500). Defaults to 10.
next_cursorstringCursor for pagination to retrieve the next set of results.
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 Webhook TriggersCLOUDINARY_GET_TRIGGERSAcciónTool to list all webhook triggers for event types in your environment. use when you need to retrieve or filter existing triggers by type.
CLOUDINARY_GET_TRIGGERSAcciónTool to list all webhook triggers for event types in your environment. use when you need to retrieve or filter existing triggers by type.
Parámetros de entrada
event_typestringFilter triggers by a specific event type (e.g., 'upload')
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 Upload Mapping DetailsCLOUDINARY_GET_UPLOAD_MAPPING_DETAILSAcciónTool to retrieve details of a single upload mapping by folder. use when you need the url prefix template associated with a specific mapping folder.
CLOUDINARY_GET_UPLOAD_MAPPING_DETAILSAcciónTool to retrieve details of a single upload mapping by folder. use when you need the url prefix template associated with a specific mapping folder.
Parámetros de entrada
folderstringObligatorioName of the upload mapping folder to retrieve details 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 Upload MappingsCLOUDINARY_GET_UPLOAD_MAPPINGSAcciónTool to list all upload mappings by folder. use when you need to retrieve and paginate through upload mapping configurations, optionally filtering by folder.
CLOUDINARY_GET_UPLOAD_MAPPINGSAcciónTool to list all upload mappings by folder. use when you need to retrieve and paginate through upload mapping configurations, optionally filtering by folder.
Parámetros de entrada
folderstringName of a specific upload-mapping folder to retrieve; omit to list all folders.
max_resultsintegerMaximum number of mappings to return (1-500). If omitted, the server default is applied.
next_cursorstringCursor for paginating through results; omit or unset to start at the first page.
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 UsageCLOUDINARY_GET_USAGEAcciónTool to get product environment usage details. use when you need to monitor your cloudinary account storage, bandwidth, requests, and other usage limits.
CLOUDINARY_GET_USAGEAcciónTool to get product environment usage details. use when you need to monitor your cloudinary account storage, bandwidth, requests, and other usage limits.
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
Order Metadata Field DatasourceCLOUDINARY_ORDER_METADATA_FIELD_DATASOURCEAcciónTool to update ordering of a metadata field datasource. use when you need to reorder enum or set values for a metadata field datasource before updating assets.
CLOUDINARY_ORDER_METADATA_FIELD_DATASOURCEAcciónTool to update ordering of a metadata field datasource. use when you need to reorder enum or set values for a metadata field datasource before updating assets.
Parámetros de entrada
order_bystringObligatorioThe criteria for sorting the datasource; currently supports only 'value'.
directionstringObligatorioenumThe direction for sorting: 'asc' (ascending) or 'desc' (descending).
ascdescexternal_idstringObligatorioThe external ID of the metadata field whose datasource will be reordered.
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
Ping Cloudinary ServersCLOUDINARY_PING_CLOUDINARY_SERVERSAcciónTool to ping cloudinary servers. use when testing api reachability and authentication.
CLOUDINARY_PING_CLOUDINARY_SERVERSAcciónTool to ping cloudinary servers. use when testing api reachability and authentication.
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
Restore Metadata Field Datasource EntriesCLOUDINARY_RESTORE_ENTRIES_IN_METADATA_FIELD_DATASOURCEAcciónTool to restore previously deleted datasource entries for a metadata field. use after deleting entries to reactivate soft-deleted datasource entries.
CLOUDINARY_RESTORE_ENTRIES_IN_METADATA_FIELD_DATASOURCEAcciónTool to restore previously deleted datasource entries for a metadata field. use after deleting entries to reactivate soft-deleted datasource entries.
Parámetros de entrada
external_idstringObligatorioExternal ID of the metadata field whose datasource entries will be restored.
external_idsstring[]ObligatorioList of datasource entry external IDs to restore (unblock).
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
Search FoldersCLOUDINARY_SEARCH_FOLDERSAcciónTool to search asset folders with filtering, sorting, and pagination. use when you need to locate specific folders by name, path, or creation date.
CLOUDINARY_SEARCH_FOLDERSAcciónTool to search asset folders with filtering, sorting, and pagination. use when you need to locate specific folders by name, path, or creation date.
Parámetros de entrada
sort_bystring[]List of sort fields and directions, e.g. ['name:asc','created_at:desc']. Valid fields: name, path, created_at, updated_at; directions: asc or desc.
expressionstringLucene-like search expression to filter folders. For example: 'name:sample AND created_at>1w'.
max_resultsintegerMaximum number of folders to return (1-500). Default is 50.
next_cursorstringCursor for next page of results, from a prior response's next_cursor.
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
Update FolderCLOUDINARY_UPDATE_FOLDERAcciónTool to rename or move an existing asset folder. use when you need to change the folder's name or location.
CLOUDINARY_UPDATE_FOLDERAcciónTool to rename or move an existing asset folder. use when you need to change the folder's name or location.
Parámetros de entrada
folderstringObligatorioFull path of the existing asset folder to update, e.g., 'product/test'.
to_folderstringObligatorioNew full path of the asset folder. Changing only the last component renames, only the path moves, or both.
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
Update Metadata FieldCLOUDINARY_UPDATE_METADATA_FIELDAcciónTool to update a metadata field definition by external id. use when modifying an existing schema field (e.g., changing label or validation) without redefining all properties.
CLOUDINARY_UPDATE_METADATA_FIELDAcciónTool to update a metadata field definition by external id. use when modifying an existing schema field (e.g., changing label or validation) without redefining all properties.
Parámetros de entrada
labelstringNew label for the metadata field.
mandatorybooleanWhether the field is mandatory.
datasourceobjectPredefined list of values for enum or set metadata fields.
validationobjectValidation rules for the metadata field.
external_idstringObligatorioExternal ID of the metadata field to update.
restrictionsobjectUI restrictions object, e.g., {'readonly_ui': True}.
default_valueintegerDefault value for the field (list for 'set' type).
default_disabledbooleanWhether the field is disabled by default for new assets.
allow_dynamic_list_valuesbooleanAllow dynamic additions of list values (for 'set' type).
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