CloudConvert is a file conversion service supporting over 200 formats, including audio, video, document, ebook, archive, image, spreadsheet, and presentation formats.
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.
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.
Tool to create a new webhook. use when you need to receive event notifications into your system.
Tool to delete a webhook by its id. use when you no longer need a webhook and want to remove it.
Tool to list all supported conversion formats, engines, and options. use when you need to discover available conversions before creating tasks.
Tool to retrieve a list of tasks. use when you need to enumerate tasks with optional filters like status or date ranges.