Quickstart

Follow these five steps to make your first Words Cloud API call.

1. Create an Account

Sign up for a free Aspose Cloud account — no credit card required.

  1. Go to the Aspose Dashboard
  2. Click Sign In with GitHub or Sign In with Google, or create an account with your email
  3. Verify your email address

Your account includes 150 free API calls per month.

2. Create a Storage

Words Cloud processes documents from cloud storage. Create a storage container for your files:

  1. In the dashboard sidebar, open Files
  2. Click the storage dropdown and select Create New Storage
  3. Choose Internal Storage (Aspose-managed) — simplest for getting started
  4. Name it (e.g., my-documents)

For Azure, AWS S3, or other storage backends, see the deployment guides.

You can upload test documents through the Files page in the dashboard sidebar.

3. Create an API Client App

  1. In the dashboard sidebar, open Applications
  2. Click Create New Application
  3. Enter a name (e.g., My Words App) and a description
  4. Select your storage as the default
  5. Click Save

Copy your Client Id and Client Secret — these are separate from your dashboard login. You will use them to authenticate API requests.

4. Install an SDK

All 10 SDKs with install commands

5. Make an API Request

Replace CLIENT_ID and CLIENT_SECRET with your credentials.

Next Steps