Advanced API
Leverage fine-grained control over the conversion process, letting you convert many documents in bulk and check their status during the conversion process. Reliably process the harmonization of documents from various sources and prepare them optimally for your intended purpose. The Advanced API also lets you convert files of any size (larger than 100 MB).
📄️ Create new job
Create a new job for processing using the provided `workflow` and `profile`.
📄️ Add data to job
Add data such as documents, images, and other
📄️ Start job
Signal that all data was added to a job and the Conversion Service API can start processing it.
📄️ Get job info
Get job info.
📄️ Get job result
This request returns result when it is available and is blocked otherwise. You can also call the `getJobInfo` API request until
📄️ Get job result data
Get result data, typically a document, of a job that has completed successfully.
📄️ Store job result data
Store the result data by sending it to a web server via HTTP(S) request.
📄️ Delete job
When the job processing is completed, delete the job and all associated resources using `deleteJob` API request.
📄️ Get the service status
Get the service status.
📄️ List all jobs
List all jobs and their statuses.
📄️ List available workflows
List available workflows.