如何跟踪 Forge API 成本?
我正在编写一个node.js 应用程序,它使用autodesk forge 设计自动化和模型衍生API。使用 API 的成本是根据设计自动化 API 的处理时间以及模型衍生 API 的作业来计算的。除了此网址之外,我找不到太多有关定价的信息:https://forge.autodesk.com/pricing
对于设计自动化 API,如何跟踪 API 处理时间?是通过跟踪我发出http请求时需要多长时间才能得到响应吗?
I am writing a node.js app which uses the autodesk forge design automation and model derivatives API. The cost of using the API is calculated with the processing time for the design automation API, and by job for the model derivatives API. I cannot find much information about the pricing other than this url: https://forge.autodesk.com/pricing
How do I keep track of the API processing time in case of the design automation API? Is it by tracking how long it takes to get a response when I make a http request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
艾玛的回答很到位!除此之外,我们还有一个简单的成本计算器,您可能会觉得有用:https://forge-calculator.autodesk。 io (源代码:https://github.com/augustogoncalves/forge-calculator)。
Emma's answer is spot on! Adding to that, we also have a simple cost calculator you might find helpful: https://forge-calculator.autodesk.io (source code: https://github.com/augustogoncalves/forge-calculator).