Yes! Each plan comes with a concurrency limit. The Developer plan, for example, allows 10 concurrent requests. It means that you can have up to 10 requests running at the same time. 10x faster!

Sending requests above that limit will result in a 429 Too Many Requests error.

We wrote a guide on using concurrency that you can check for more details. It provides examples in Python and Javascript, but the idea would be the same for the language and libraries you choose.