Evaluate Aspose.Cells Cloud
Contents
[
Hide
]
You can evaluate the Aspose.Cells Cloud REST APIs by creating a free‑trial account on the Aspose Cloud Dashboard. After registration, you will receive a Client Id and Client Secret that allow up to 150 API calls per month.
Quick start steps
- Create a free‑trial account – visit the Aspose Cloud Dashboard, sign up, and confirm your email address.
- Obtain credentials – locate the Client Id and Client Secret in the dashboard’s Authentication section.
- Generate an access token – send a
POSTrequest tohttps://api.aspose.cloud/connect/tokenwith your credentials (see the API reference for the exact payload). - Make your first API call – include the token in the
Authorization: Bearer <token>header and call a simple endpoint, e.g.,GET https://api.aspose.cloud/v3.0/cells/{file}/worksheets.
The free trial gives you a practical sense of the service’s capabilities, allowing early development and testing without any cost.
For detailed pricing, usage limits, and additional plan options, see the Trial Plan page.