Aspose.Words Self-Hosted usage tracking

Hi Marko,

Thanks for the answer.

Is there any way how to get consumption using node.js asposewordscloud library, or from the docker container itself?

Do any API requests affect consumption? For example, does Auth request or file Upload/Download be tariffed as API calls, or only file conversions?

Regards,
Pavel

Hi Pavel,

I have moved your inquiry to Aspose.Words Cloud Product Family category where colleagues will be able to provide more comprehensive answer on your inquiries.

Best regards,
Marko

Hi @pashix !

Is there any way how to get consumption using node.js asposewordscloud library, or from the docker container itself?

Yes, you can call ~/v4.0/words/info and it will return

{
  "Name": "Aspose.Words Cloud API",
  "Version": "24.7.0",
  "AdditionalInfo": [
    {
      "Key": "ConsumptionCredit",
      "Value": "13315"
    },
    {
      "Key": "ConsumptionQuantity",
      "Value": "6781.8492"
    }
  ],
  "RequestId": "53b39330-5835-4ef3-91c6-4e9f96be7cf4"
}

Do any API requests affect consumption?

No, auth and storage requests do not affect it

1 Like