REST API Overview – Aspose.HTML Cloud

Aspose.HTML Cloud offers a robust REST API that allows developers to integrate file processing and conversion capabilities into their applications. The API supports a wide range of file formats and provides flexible options for file conversion, cloud storage management, and asynchronous processing.

Key Features


API Use Cases

  1. Convert Files from a URL
    Convert online files by providing a direct URL. Ideal for dynamic web content and files hosted on external servers.

  2. Convert Local Files
    Upload local files to Aspose Cloud Storage and perform file conversions. Best for working with files stored on your server or local machine.

  3. Convert HTML Content
    Convert HTML content directly provided as a string in your requests. Useful when dynamically generating HTML content.

  4. Convert from Base64
    Convert Base64-encoded HTML content. Particularly suitable for embedding files directly in API requests.

  5. Manage Files in Cloud Storage
    Upload, list, and download files programmatically using the REST API.

  6. Automate File Processing Workflows
    Utilize asynchronous processing to handle large files or automate batch processing.


Getting Started

To start using Aspose.HTML Cloud REST API, follow these steps:

  1. Authenticate: Obtain an access token following the Authorization Guide.
  2. Choose Your Conversion Method:
  3. Implement in Your Application: Use our examples in C#, JavaScript, and other supported languages.
  4. Test and Validate: Utilize the API Reference to test endpoints.

Supported File Formats

See Also