CloudConvert
cloudconvertCloudConvert is a file conversion service supporting over 200 formats, including audio, video, document, ebook, archive, image, spreadsheet, and presentation formats.
Acciones disponibles (8)
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 Export Google Cloud Storage TaskCLOUDCONVERT_CREATE_EXPORT_GOOGLE_CLOUD_STORAGE_TASKAcciónTool to create a task to export files to a google cloud storage bucket. use after conversion when you need to store results directly into gcs. ensure service account credentials have the proper permissions.
CLOUDCONVERT_CREATE_EXPORT_GOOGLE_CLOUD_STORAGE_TASKAcciónTool to create a task to export files to a google cloud storage bucket. use after conversion when you need to store results directly into gcs. ensure service account credentials have the proper permissions.
Parámetros de entrada
filestringFilename/path for the exported file in the bucket.
inputstringObligatorioThe ID of the task to export. Multiple task IDs can be provided as a list.
bucketstringObligatorioThe Google Cloud Storage bucket name.
project_idstringObligatorioThe Google Cloud Project ID (`api-project-...`).
file_prefixstringPrefix for exported files in the bucket when exporting multiple files.
private_keystringObligatorioThe private key of the service account (PEM-encoded).
client_emailstringObligatorioService account client email (e.g., `my-sa@api-project-123456.iam.gserviceaccount.com`).
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 Export S3 TaskCLOUDCONVERT_CREATE_EXPORT_S3_TASKAcciónTool to create a task to export files to an amazon s3 bucket. use after conversion when you need to store results directly into s3. ensure aws credentials have s3:putobject (and putobjectacl if using non-default acl) permissions.
CLOUDCONVERT_CREATE_EXPORT_S3_TASKAcciónTool to create a task to export files to an amazon s3 bucket. use after conversion when you need to store results directly into s3. ensure aws credentials have s3:putobject (and putobjectacl if using non-default acl) permissions.
Parámetros de entrada
aclstringenumS3 ACL for stored objects. Defaults to 'private'.
privatepublic-readpublic-read-writeauthenticated-readbucket-owner-readbucket-owner-full-controlkeystringS3 object key (filename and path) for storing the file. Supports printf-style placeholders for multiple files, e.g., 'file-%d.pdf'.
inputstringObligatorioThe ID of the task to export, or a list of task IDs.
bucketstringObligatorioThe Amazon S3 bucket where to store the file(s).
regionstringObligatorioS3 region identifier (e.g., 'us-west-2' or 'eu-west-1').
taggingobjectS3 object tags as key–value pairs.
endpointstringCustom S3 API endpoint URL. Overrides default built from region. Use for S3-compatible services.
metadataobjectAdditional S3 metadata as key–value pairs (e.g., 'x-amz-meta-*').
key_prefixstringPrefix to prepend to the S3 object key when exporting multiple files.
content_typestringValue for the 'Content-Type' header. Auto-detected if omitted.
access_key_idstringObligatorioAWS access key ID with `s3:PutObject` permission.
cache_controlstringValue for the 'Cache-Control' header (e.g., 'max-age=172800').
session_tokenstringAWS session token for temporary (STS) credentials.
secret_access_keystringObligatorioAWS secret access key.
content_dispositionstringValue for the 'Content-Disposition' header (e.g., 'attachment' or 'inline').
server_side_encryptionstringenumServer-side encryption algorithm to use (AES256 or aws:kms).
AES256aws:kms
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 WebhookCLOUDCONVERT_CREATE_WEBHOOKAcciónTool to create a new webhook. use when you need to receive event notifications into your system.
CLOUDCONVERT_CREATE_WEBHOOKAcciónTool to create a new webhook. use when you need to receive event notifications into your system.
Parámetros de entrada
urlstringObligatoriouriThe target URL to send webhook payloads to.
eventstringObligatorioEvent type to subscribe to (e.g., 'job.finished').
payloadobjectCustom payload object to include in each webhook call.
signing_secretstringSecret to sign webhook payloads via HMAC-SHA256.
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 WebhookCLOUDCONVERT_DELETE_WEBHOOKAcciónTool to delete a webhook by its id. use when you no longer need a webhook and want to remove it.
CLOUDCONVERT_DELETE_WEBHOOKAcciónTool to delete a webhook by its id. use when you no longer need a webhook and want to remove it.
Parámetros de entrada
webhook_idstringObligatorioUUID 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
List Supported FormatsCLOUDCONVERT_LIST_SUPPORTED_FORMATSAcciónTool to list all supported conversion formats, engines, and options. use when you need to discover available conversions before creating tasks.
CLOUDCONVERT_LIST_SUPPORTED_FORMATSAcciónTool to list all supported conversion formats, engines, and options. use when you need to discover available conversions before creating tasks.
Parámetros de entrada
includestring[]Include additional data: options and/or engine_versions.
alternativesbooleanSet to true to include alternative conversion types.
filter[engine]stringFilter to include only conversions with this engine name.
filter[input_format]stringFilter to include only conversions with this input format.
filter[output_format]stringFilter to include only conversions with this output format.
filter[engine_version]stringFilter to include only conversions with this engine version.
Parámetros de salida
dataobject[]ObligatorioList of supported conversion types.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TasksCLOUDCONVERT_LIST_TASKSAcciónTool to retrieve a list of tasks. use when you need to enumerate tasks with optional filters like status or date ranges.
CLOUDCONVERT_LIST_TASKSAcciónTool to retrieve a list of tasks. use when you need to enumerate tasks with optional filters like status or date ranges.
Parámetros de entrada
pageintegerPage number to retrieve.
statusstringenumFilter tasks by status.
waitingprocessingfinishederrororder_bystringOrder the results by a column, e.g., 'created_at desc'.
per_pageintegerNumber of tasks per page.
created_atstringFilter tasks by creation datetime (ISO 8601).
completed_atstringFilter tasks by completion datetime (ISO 8601).
Parámetros de salida
dataobject[]ObligatorioList of task objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebhooksCLOUDCONVERT_LIST_WEBHOOKSAcciónTool to list all webhooks. use when you need to retrieve existing webhooks before managing or inspecting them.
CLOUDCONVERT_LIST_WEBHOOKSAcciónTool to list all webhooks. use when you need to retrieve existing webhooks before managing or inspecting them.
Parámetros de entrada
pageintegerPage number to return (default: 1)
per_pageintegerNumber of webhooks per page (default: 100)
filter[url]stringFilter results to webhooks with this URL
Parámetros de salida
dataobject[]ObligatorioList of webhooks
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination link URLs
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show UserCLOUDCONVERT_SHOW_USERAcciónTool to show the current authenticated user's information. use after authentication to confirm account details.
CLOUDCONVERT_SHOW_USERAcciónTool to show the current authenticated user's information. use after authentication to confirm account details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioCurrent authenticated user details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not