Quick Start

Create an account

Sign up at https://id.containerize.com/signup to create a free account.

Create an API client app

Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API.

You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard.

Install the SDK of your choice

GroupDocs.Viewer Cloud SDK is written in different languages, all you need to get started is adding our SDK to your project.

Make an API request

Use the Client Id and Client Secret from the API app client you created in step one and replace in the corresponding code. Below is an example demonstrating using Formats API to get all supported file formats in GroupDocs.Viewer Cloud.

Note
The GitHub repository for GroupDocs.Viewer Cloud has a complete set of examples, demonstrating our API capabilities.