Version: 6.0.0
Simple API
Process files in one API call. Convert documents individually with a blocking call until the API delivers the converted files. Implement the Conversion Service with multiple applications, each with a dedicated API. Each application can include different Workflows and Profiles. Convert large files (larger than 100 MB) using the plain HTTP input endpoint of the Simple API.
📄️ REST input plain HTTP
The REST input plain HTTP endpoint supports the conversion of large files (larger than 100 MB). In the request body, provide a file you want to convert as the `multipart/form-data` content type.
📄️ REST input JSON
REST input JSON allows for structured input and output for your documents. Upload documents using a URL or in Base64 encoded format.