<script src= ... are counted as API calls?

In my custom html head content I have rows like

<script src='./js/mylib.js'></script>

Is the loading of such a script counted as a File API call?

  1. in preview mode?
  2. when opening the published index.html?

Regards,

Hello @Klaas_Klever,

As a general rule any HTTP/S request made to Backendless is an API call.
However, it’s important to note that in preview mode, these calls are not billed.

Regards,
Alexander