CloudConvert
CloudConvert is a file converter service - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported. The connector allows to convert files, compress files and create website screenshots using the CloudConvert service.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | CloudConvert Support |
URL | https://cloudconvert.com/contact |
support@cloudconvert.com |
Connector Metadata | |
---|---|
Publisher | Lunaweb GmbH |
Website | https://cloudconvert.com |
Privacy policy | https://cloudconvert.com/privacy |
Categories | Content and Files;Productivity |
CloudConvert is a file conversion service - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported. Connect with CloudConvert to convert files, compress files and create website screenshots.
Prerequisites
A free or paid CloudConvert account is required. You can sign up for free here.
How to get credentials
When adding the CloudConvert connector you will be asked to sign in with your CloudConvert account.
Get started with your connector
You can use the Convert File action to convert any input file to another format. The action requires the Input File Content, an Input Filename and the Output Format the file should be converted to.
For example, you can create a flow which converts all files, added to a specific OneDrive folder, to PDF. Afterwards, the file is saved to a different OneDrive folder:
Known issues and limitations
Currently, the maximum size of input files for converting is 10MB.
Common errors and remedies
If the conversion fails the action will fail with the error "Conversion Failed.". You can find some details about the error in the response body. Have a look at the "code" and "message" keys.
FAQ
Can I use CloudConvert for free?
You can use CloudConvert absolutely free for up to 25 conversions per day. Beyond that we offer flexible payment options. You can find details about the pricing here.
Which formats are supported?
CloudConvert supports nearly any format. You can check here if your format is supported.
How can I set advanced options for my conversion?
Both Input Format and Output Format need to be selected to show the advanced options because these options are conversion type specific. After selecting both formats, a button "Show advanced options" will appear.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Compress File |
Compress a PDF, PNG or JPG file |
Convert File |
Convert a file to another format |
Create Website Screenshot |
Create a website screenshot as PDF, PNG or JPG |
Merge Files |
Merge multiple files in one PDF |
Compress File
Compress a PDF, PNG or JPG file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Input File Content
|
file | True | byte |
File content of the input file. |
Input Filename
|
filename | True | string |
Filename of the input file, including extension. |
Input Format
|
input_format | string |
Input Format |
|
Output Filename
|
filename | string |
The filename of the compressed output file. If it is not provided, input filename will be used. |
|
options
|
options | object |
Returns
Output File Content
- File Content
- binary
Convert File
Convert a file to another format
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Input File Content
|
file | True | byte |
File content of the input file. |
Input Filename
|
filename | True | string |
Filename of the input file, including extension. |
Input Format
|
input_format | string |
Input Format |
|
Output Format
|
output_format | True | string |
Output Format |
Output Filename
|
filename | string |
The filename of the output file. If it is not provided, input filename with output format as extension will be used. |
|
options
|
options | object |
Returns
Output File Content
- File Content
- binary
Create Website Screenshot
Create a website screenshot as PDF, PNG or JPG
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
url | True | string |
The URL of website to capture the screenshot of |
Output Format
|
output_format | True | string |
Output Format |
Output Filename
|
filename | string |
The filename of the output file. If it is not provided, a filename based on the URL will be generated. |
|
options
|
options | object |
Returns
Output File Content
- File Content
- binary
Merge Files
Merge multiple files in one PDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Number of Files
|
number_of_inputs | True | integer |
Number of input files to merge. |
additional_inputs
|
additional_inputs | object | ||
Input 1 File Content
|
file | True | byte |
File content of the 1. input file. |
Input 1 Filename
|
filename | True | string |
Filename of the 1. input file, including extension. |
Input 2 File Content
|
file | True | byte |
File content of the 2. input file. |
Input 2 Filename
|
filename | True | string |
Filename of the 2. input file, including extension. |
Input
|
input | True | array of string |
Input of the merge task. |
Output Format
|
output_format | True | string |
Output Format |
Output Filename
|
filename | string |
The filename of the merged output file. If it is not provided, output filename will be automatically generated. |
|
options
|
options | object |
Returns
Output File Content
- File Content
- binary
Definitions
binary
This is the basic data type 'binary'.