Hi
Is the following API still supported after Nov 15?
http://api.aspose.com/v3.0/words/convert?format=
We are currently using v1.0 and were asked to upgrade. So is it the above version we need to upgrade to? And is it just the above change we need to do on our end?
Note: I have read the documentation that was included in the email but it wasn’t clear if we need to replace calling Aspose via an API the above way. Or do we need to switch to the SDK package that is referenced instead? Please confirm.
@mmbont0
The API endpoint you mentioned (http://api.aspose.com/v3.0/words/convert?format=) is part of the newer version of the Aspose API. If you are currently using version 1.0, you will need to upgrade to at least version 3.0 to utilize the conversion functionality.
To proceed, replace your existing API calls with the new endpoint format. Additionally, it is important to review the documentation for any other changes or requirements that may have been introduced in the newer version.
If you are considering switching to the SDK package, this could provide a more streamlined experience and additional features compared to direct API calls.
For specific guidance on migration and changes, please consult the official Aspose documentation.
I am trying to avoid using the SDK. Can we simply swtich to version 3.0 api?
Currently we are using http://api.aspose.com/v1.0/words/convert?format=
No, the actual version is v4.0, which you should upgrade to. If you don’t want to use the SDK, here is the reference page where you can find all information about endpoints and parameters Aspose.Words Cloud - API References