Quickstart
Contents
[
Hide
]
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.
- Go to the Aspose Dashboard
- Click Sign In with GitHub or Sign In with Google, or create an account with your email
- 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:
- In the dashboard sidebar, open Files
- Click the storage dropdown and select Create New Storage
- Choose Internal Storage (Aspose-managed) — simplest for getting started
- 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
- In the dashboard sidebar, open Applications
- Click Create New Application
- Enter a name (e.g.,
My Words App) and a description - Select your storage as the default
- 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
- Developer Guide — all API operations
- API Reference — interactive API explorer
- Authentication Guide — token details and best practices
- Rate Limits — understand usage limits