For quite a while, ASP.NET Core MVC was the only choice when writing REST APIs with ASP.NET Core. It is still a valid choice. However, we now have a new way of defining web APIs – Minimal APIs – for plain REST APIs, microservice-oriented projects, and simple web apps. Minimal APIs come without the overhead and kitchen-sink approach of MVC. We'll look into the supported features, what is different at the moment in regard to MVC, how it can be extended with libraries like Carter, and what the future brings for Minimal API in ASP.NET Core 8.