Overview

Aspose.Words Cloud is a REST API to create, manipulate, convert, render and perform a wide variety of other operations on Word documents in the Cloud.

Aspose.Words REST API comes with many features such as:

  • Convert Word documents to different formats including DOC, DOT, DOCX, DOCM, DOTX, DOTM, FlatOpc, RTF, PDF, HTML, ODT, OTT, TXT, EPUB, XPS, PCL, TIFF, PNG, JPEG, BMP, SVG.
  • Convert PDF to Word document formats.
  • Manipulate document properties.
  • Find or replace text in Word documents.
  • Combine multiple Word documents.
  • Split pages of a Word document.
  • Insert or edit watermark in Word documents.
  • Password protect Word documents or update document protection.
  • Execute Mail Merge operations.

The API is cross-platform — use it on Windows, Linux, macOS, and Android with any of the available SDKs.

Security and Authentication

The Aspose.Words Cloud APIs use JWT Bearer token authentication. Obtain an access token:

curl -X POST "https://api.aspose.cloud/connect/token" \
  -d "grant_type=client_credentials&client_id=YOUR_ID&client_secret=YOUR_SECRET" \
  -H "Content-Type: application/x-www-form-urlencoded"

Authentication Guide

API Reference

Explore the API interactively: Aspose.Words Cloud API Reference

Release notes: Aspose.Words Cloud Releases

Quickstart: Make your first API call in 5 minutes