# Simple Endpoints Learn to build basic REST API endpoints with FastAPI. ```{toctree} :maxdepth: 1 simple-read-endpoint simple-write-endpoint adding-authentication ``` In this section you'll learn to create simple GET and POST endpoints, handle database queries, and add authentication.