Using CloudConvert API in WordPress

Just tested on my end, and it’s working fine. Looks like something went wrong with the installation. Here are steps to follow to get it working: In the plug-in root directory create composer.json file with the following content: { “name”: “Example Application”, “description”: “This is an example”, “require”: { “cloudconvert/cloudconvert-php”: “2.2.*” } } run composer … Read more