Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker
Resource URI HTTP GET ~/conversion/consumption
cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Create an account Creating an account is very simple. Go to Dashboard to create a free account.
We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard.
Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Translation API to translate Word & Excel documents into Chinese, English, French, German, Italian, Russian, Spanish without disturbing document structure....Product Family (22) GroupDocs.Annotation Cloud Product Family...
GroupDocs API allows you to convert PDF to Text file in high quality. Let's learn how to convert PDF to Text file programmatically using REST API in Ruby....Product Family (22) GroupDocs.Annotation Cloud Product Family...
It is easy to convert emails EML format to PDF including attachments. This article is about how to convert EML files to PDF online using REST API in Ruby....Product Family (22) GroupDocs.Annotation Cloud Product Family...
Programmatically parse Word documents and extract Text & Images using a REST API on the cloud in Python with GroupDocs.Parser Cloud SDK for Python....Product Family (22) GroupDocs.Annotation Cloud Product Family...
This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter.
The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Programmatically edit Excel sheet (XLS or XLSX) using a REST API on the cloud in Python with Excel Spreadsheet Editor Cloud SDK for Python....Product Family (22) GroupDocs.Annotation Cloud Product Family...