
CloudConvert
Cloudconvert API-powered file conversion and automation
Actions (34)
Imports · 9
- Create import from Azure BlobPOST /v2/import/azure/blob
Create an import task from Azure Blob storage.
documented - Create import from Google Cloud StoragePOST /v2/import/google-cloud-storage
Create an import task from Google Cloud Storage.
documented - Create import from OpenStackPOST /v2/import/openstack
Create an import task from OpenStack Object Storage.
documented - Create import from S3POST /v2/import/s3
Create an import task that downloads from Amazon S3.
documented - Create import from SFTPPOST /v2/import/sftp
Create an import task from a SFTP server.
documented - Create import from URLPOST /v2/import/url
Create an import task by downloading a file from a URL.
documented - Create import from base64POST /v2/import/base64
Create an import task from a base64-encoded file.
documented - Create import from rawPOST /v2/import/raw
Create an import task from a raw string.
documented - Create import uploadPOST /v2/import/upload
Create an import task that enables browser-based file uploads to CloudConvert.
documented
Exports · 7
- Create export to Azure BlobPOST /v2/export/azure/blob
Create an export task to Azure Blob storage.
documented - Create export to Google Cloud StoragePOST /v2/export/google-cloud-storage
Create an export task to Google Cloud Storage.
documented - Create export to OpenStackPOST /v2/export/openstack
Create an export task to OpenStack Object Storage.
documented - Create export to S3POST /v2/export/s3
Create an export task that stores output to Amazon S3.
documented - Create export to SFTPPOST /v2/export/sftp
Create an export task to a SFTP server.
documented - Create export to URLPOST /v2/export/url
Create an export task that produces a temporary URL.
documented - Create export/uploadPOST /v2/export/upload
Create an export task that uploads to a URL (export/upload).
documented
Jobs · 7
- Create jobPOST /v2/jobs
Create a new CloudConvert job with one or more tasks.
documented - Create job (sync)POST /v2/jobs
Create a job using the sync API.
documented - Delete a jobDELETE /v2/jobs/{ID}
Delete a job and its data.
documented - List jobsGET /v2/jobs
List all jobs.
documented - List jobs (sync)GET /v2/jobs
List jobs using the sync API.
documented - Show a jobGET /v2/jobs/{ID}
Show a specific job and its tasks.
documented - Show a job (sync)GET /v2/jobs/{ID}
Wait for a job to finish using the sync API.
documented
Tasks · 7
- Cancel a taskPOST /v2/tasks/{ID}/cancel
Cancel a task that is in status waiting or processing.
documented - Delete a taskDELETE /v2/tasks/{ID}
Delete a task and its data.
documented - List possible operationsGET /v2/operations
List all possible operations, formats, engines and options.
documented - List tasksGET /v2/tasks
List all tasks with their status, payload and result.
documented - Retry a taskPOST /v2/tasks/{ID}/retry
Create a new task based on the payload of another task.
documented - Show a taskGET /v2/tasks/{ID}
Show details for a specific task.
documented - Show a task (sync)GET /v2/tasks/{ID}
Wait for a task to finish using the sync API.
documented