API gateways are crucial components of [microservice architectures].
The API gateway acts as a single entrypoint into a distributed system, providing a unified interface for clients who don't need to care (or know) that the response to their API call is aggregated from multiple microservices.
Diagram one - API Gateway