How can I avoid rate limits if it is needed to request the API multiple times at once

Greetings,

Firstly, I will like to state that my knowledge in asynchronous programming is quite limited. Secondly, both of the following instances will happen on my website, and I am not sure how to avoid the rate limit.

  • Multiple users will use my website at the same time.

  • A user will request from the API at least 10 times all at once

As I am in the developing environment right now, I noticed that it does not allow me to make 10 requests from the API all at the same time, and also I need to take into consideration that multiple people will be using the website at the same time. How can I encounter this problem? Any suggestions?

Thanks