Document conversion using cURL commands for REST APIs. Quickly and reliably convert images and documents of any file format.
Start Free TrialGroupDocs.Conversion Cloud lets you seamlessly convert your documents to literally any format you need. You can use cURL to send requests to the API. With this single API, you can convert back and forth between over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images and many more.
POST
request to https://api.groupdocs.cloud/v2.0/conversion
URL.Accept: application/json
.Content-Type: application/json
.Authorization: Bearer TOKEN
where TOKEN is access token obtained during authentication.-d
option { "FilePath": "input.docx", "Format": "pdf", "OutputPath": "ConvertedFiles"}
GroupDocs.Conversion REST API has the capability to convert documents to any of the supported formats, with just a few lines of code.
With GroupDocs.Conversion Cloud API, you can start converting your files right away as there is no need to install anything. The API is clearly documented and comes with SDKs and live examples for all major languages. Our GroupDocs.Conversion SDKs along with working examples hosted at Github helps our users to get started in no time.
The GroupDocs.Conversion Cloud API is secured and requires authentication. Users need to register at GroupDocs Cloud and get their app access key ID (appSID) and app secret access key. Authenticated requests require a signature and AppSID query parameters or OAuth 2.0 authorization header.
The easiest way to try out GroupDocs.Conversion Cloud API right away in your browser is by using GroupDocs Cloud Web API explorer, which is a collection of Swagger documentation for the GroupDocs Cloud APIs. It also provides testing and interactivity to our API endpoint documentation.