Authorization – Aspose.HTML Cloud

This article explains how to obtain an authorization token for Aspose.HTML Cloud using the REST API. The Client Id and Client Secret are used for authentication, and the API returns an access token, which is required for further API requests.

To use Aspose.HTML Cloud API, you must first obtain a bearer token by authenticating your client credentials.

How to Authenticate via REST API

See Also