Where can I see the API usage of my self hosted docker image of Aspose Words cloud?
Also, how much memory I need to allocate for the docker image so that it runs smoothly? I use it for converting word files to pdf.
I found the /v4.0/words/info API from support forum post but this API is always returning 0 for ConsumptionCredit and ConsumptionQuantity for me, even after I use the SaveAs api to convert docx to pdf.
Here is the response I am getting:
{
"Name": "Aspose.Words Cloud API",
"Version": "25.12.0",
"AdditionalInfo": [
{
"Key": "ConsumptionCredit",
"Value": "0"
},
{
"Key": "ConsumptionQuantity",
"Value": "0.0"
},
{
"Key": "IsMeteredLicensed",
"Value": "True"
}
],
"RequestId": "335ae28ec51f4a475cffa94b3c464cb4"
}