Actions
| Name | Description |
|---|---|
create_jobCreate a file conversion job from a URL | Create a file conversion job from a URL |
get_jobGet the status and details of a conversion job | Get the status and details of a conversion job |
list_jobsList recent conversion jobs | List recent conversion jobs |
custom_api_callMake a custom API call to CloudConvert | Make a custom API call to CloudConvert |
Triggers
| Name | Description |
|---|---|
job_finishedTriggers when a CloudConvert job finishes or fails | Triggers when a CloudConvert job finishes or fails |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'cloudconvert',
actionName: 'create_job',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect CloudConvert to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does CloudConvert support?
CloudConvert supports 4 actions including Create Conversion Job, Get Job, List Jobs, Custom API Call.
Can I use CloudConvert with AI agents?
Yes. Add CloudConvert to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does CloudConvert use?
CloudConvert uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the CloudConvert integration cost?
The CloudConvert integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does CloudConvert support?
CloudConvert supports 1 triggers including Job Finished.
Connect CloudConvert in 2 minutes
Get 1,000 free actions every month. No credit card required.