Cloudconvert

Learn how to use Cloudconvert with Composio

Overview

Enum

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

api_key
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
successful
boolean
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
array
error
string
meta
object
successful
boolean
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
array
error
string
links
object
meta
object
successful
boolean
Tool to show the current authenticated user's information. use after authentication to confirm account details.

Action Parameters

Action Response

data
object
error
string
successful
boolean