Convertapi
ConvertAPI is a file conversion service that allows developers to convert various file formats, such as documents, images, and spreadsheets, into different formats programmatically.
In development
Cataloged and scoped, not yet available to run in production.
- 17
- actions
Integrations
View provider documentationActions
Operations this integration can perform.
Async Convert
Tool to perform an asynchronous file conversion. use when converting large or long-running files to avoid client timeouts.
Delete Async Job
Tool to delete a previously created asynchronous conversion job. use when the job is no longer required to free server resources.
Check Conversion Support
Tool to check whether a specific file format conversion is supported by ConvertAPI. Use this before attempting conversions to verify compatibility and avoid errors.
Delete Uploaded File
Tool to delete a previously uploaded file. use when the file is no longer needed and should be removed from temporary storage.
Get Supported Input Formats For Output
Tool to list all input formats that can convert to a specified output format. use after deciding the target output format.
Convert PDF to DOCX
Tool to convert pdf files to docx format. use when you need editable word documents from pdfs. provide pdf content or url and receive docx file metadata and download links.
Convert PDF to JPG and Store
Tool to convert a pdf to jpg and store the result on the server. use when individual jpg pages are needed for further workflow steps.
Upload File From URL
Tool to upload a file directly from a remote url. use when you need to import files hosted on a remote server without downloading locally.
Triggers
Events that start workflows from this integration.
Conversion Completed
Fires when an asynchronous file conversion is completed, pushing a notification with the JobId.
Related integrations
Don't see the exact action you need?
Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.