CloudConvert integration (Productivity, Design & Media). Imported from open-connector.
https://sync.api.cloudconvert.com/v2/users/me
/convert/formats
| Param | Type | Required | Description |
|---|---|---|---|
| inputFormat | string | optional | File format such as `pdf`, `docx`, or `png`. |
| outputFormat | string | optional | File format such as `pdf`, `docx`, or `png`. |
| engine | string | optional | Optional engine filter. |
| engineVersion | string | optional | Optional engine version filter. |
| alternatives | boolean | optional | Whether to include alternative engines for the same format pair. |
| includeOptions | boolean | optional | Whether to include conversion option descriptors in the response. |
| includeEngineVersions | boolean | optional | Whether to include compatible engine version descriptors in the response. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| sourceUrl | string | required | Remote file URL that CloudConvert should import. |
| sourceFilename | string | optional | Optional file name override used for the imported source. |
| sourceHeaders | object | optional | String-to-string map forwarded to CloudConvert. |
| inputFormat | string | optional | File format such as `pdf`, `docx`, or `png`. |
| outputFormat | string | required | File format such as `pdf`, `docx`, or `png`. |
| engine | string | optional | Optional CloudConvert engine name. |
| engineVersion | string | optional | Optional CloudConvert engine version. |
| conversionOptions | object | optional | Additional `convert` task options forwarded to CloudConvert as-is, excluding re… |
| outputFilename | string | optional | Optional file name for the exported result. |
| inline | boolean | optional | Whether the exported file should be marked for inline display when possible. |
| archiveMultipleFiles | boolean | optional | Whether CloudConvert should archive multiple exported files when needed. |
| jobTag | string | optional | Optional tag stored on the created job. |
| webhookUrl | string | optional | Optional webhook URL CloudConvert should call for job status updates. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| sourceUrl | string | required | Remote file URL that CloudConvert should import. |
| sourceFilename | string | optional | Optional file name override used for the imported source. |
| sourceHeaders | object | optional | String-to-string map forwarded to CloudConvert. |
| inputFormat | string | optional | File format such as `pdf`, `docx`, or `png`. |
| outputFormat | string | required | File format such as `pdf`, `docx`, or `png`. |
| engine | string | optional | Optional CloudConvert engine name. |
| engineVersion | string | optional | Optional CloudConvert engine version. |
| conversionOptions | object | optional | Additional `convert` task options forwarded to CloudConvert as-is, excluding re… |
| outputFilename | string | optional | Optional file name for the exported result. |
| inline | boolean | optional | Whether the exported file should be marked for inline display when possible. |
| archiveMultipleFiles | boolean | optional | Whether CloudConvert should archive multiple exported files when needed. |
| jobTag | string | optional | Optional tag stored on the created job. |
| webhookUrl | string | optional | Optional webhook URL CloudConvert should call for job status updates. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The CloudConvert job ID. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The CloudConvert job ID. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | CloudConvert status filter such as `waiting`, `processing`, `finished`, `error`… |
| tag | string | optional | Optional job tag filter. |
| page | integer | optional | Page number to request from CloudConvert. |
| perPage | integer | optional | Number of items to request per CloudConvert page. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The CloudConvert job ID. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The CloudConvert task ID. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The CloudConvert task ID. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | optional | The CloudConvert job ID. |
| status | string | optional | CloudConvert status filter such as `waiting`, `processing`, `finished`, `error`… |
| operation | string | optional | Optional task operation filter. |
| page | integer | optional | Page number to request from CloudConvert. |
| perPage | integer | optional | Number of items to request per CloudConvert page. |
/tasks/{taskId}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The CloudConvert task ID. |
/tasks/{taskId}/retry
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The CloudConvert task ID. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The CloudConvert task ID. |