Please Inform About the Usage Fees for APIs Called with Custom Processing
When sending a request to the API, usage fees for API request or Cached API request will occur, whether the API is used internally from custom processing or not.
However, fees will not be added if the API request is executed internally without going through the network (https).
The main Smarty plugins and whether they incur costs are as follows.
Cost of API Requests via Smarty Plugins
Smarty Plugin | Request Method | Cost of API Request |
---|---|---|
{api} | Via network | Does not occur for requests to external APIs If you send a request to Kuroco's API, it will be counted towards the request count for the targeted endpoint. |
{api_internal} | Via network | Occurs |
{api_internal}(specify direct=true) | Internal request | Does not occur |
{api_method} | Internal request | Does not occur |
{api_mng} | Internal request | Does not occur |
caution
Internal API requests operate quickly, but executing them repeatedly in succession can prolong the API's execution time. Please be aware that these execution times can affect computing fees.
Related documents
Support
If you have any other questions, please contact us or check out Our Slack Community.