Get information about the application

Aspose.Words REST API includes a GetInfo method that allows developers to retrieve information about the application, such as the version number and build date.

This method can be useful for troubleshooting and for keeping track of which version of the application is in use. It can also be used to verify that the application is up-to-date.

Retrieve information about the application REST API

Server Method Endpoint
https://api.aspose.cloud/v4.0 GET /words/info

Retrieve information about the application usage examples

Let’s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.

How to retrieve information about the application with cURL or Postman

One of the easiest and fastest ways to call a REST API is to use cURL or Postman:

How to retrieve information about the application in Python, Java, C#, C++, JavaScript and other programming languages

Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:

See Also

  • GitHub repository — explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.