Cloudconvert

Learn how to use Cloudconvert with Composio

Overview

SLUG

CLOUDCONVERT

Description

CloudConvert is a file conversion service supporting over 200 formats, including audio, video, document, ebook, archive, image, spreadsheet, and presentation formats.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: CLOUDCONVERT_CREATE_EXPORT_GOOGLE_CLOUD_STORAGE_TASK

Tool 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.

Action Parameters

bucket
stringRequired
client_email
stringRequired
file
string
file_prefix
string
input
stringRequired
private_key
stringRequired
project_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOUDCONVERT_CREATE_EXPORT_S3_TASK

Tool 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.

Action Parameters

access_key_id
stringRequired
acl
stringDefaults to private
bucket
stringRequired
cache_control
string
content_disposition
string
content_type
string
endpoint
string
input
stringRequired
key
string
key_prefix
string
metadata
object
region
stringRequired
secret_access_key
stringRequired
server_side_encryption
string
session_token
string
tagging
object

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOUDCONVERT_CREATE_WEBHOOK

Tool to create a new webhook. use when you need to receive event notifications into your system.

Action Parameters

event
stringRequired
payload
object
signing_secret
string
url
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOUDCONVERT_DELETE_WEBHOOK

Tool to delete a webhook by its id. use when you no longer need a webhook and want to remove it.

Action Parameters

webhook_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOUDCONVERT_LIST_SUPPORTED_FORMATS

Tool to list all supported conversion formats, engines, and options. use when you need to discover available conversions before creating tasks.

Action Parameters

alternatives
boolean
filter[engine]
string
filter[engine_version]
string
filter[input_format]
string
filter[output_format]
string
include
array

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: CLOUDCONVERT_LIST_TASKS

Tool to retrieve a list of tasks. use when you need to enumerate tasks with optional filters like status or date ranges.

Action Parameters

completed_at
string
created_at
string
order_by
string
page
integer
per_page
integer
status
string

Action Response

data
arrayRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: CLOUDCONVERT_LIST_WEBHOOKS

Tool to list all webhooks. use when you need to retrieve existing webhooks before managing or inspecting them.

Action Parameters

filter[url]
string
page
integer
per_page
integer

Action Response

data
arrayRequired
error
string
links
objectRequired
meta
objectRequired
successful
booleanRequired

SLUG: CLOUDCONVERT_SHOW_USER

Tool to show the current authenticated user's information. use after authentication to confirm account details.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired