Aspose Words Cloud Self hosted docker image

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"
}

@signaturedev

  • Is your self-hosted Aspose.Words Cloud Docker instance configured with logging or monitoring tools (e.g., Prometheus, Grafana, or custom logs) to track API usage?
  • Are you running the Docker container standalone, or are you using a container orchestration platform like Kubernetes?
  • What is the average size and complexity of the Word documents you’re converting to PDF?
  • Are you experiencing performance issues or crashes, or are you proactively sizing memory allocation?