Skip to main content

← All terms Β· Web & APIs

FastAPI

Modern Python web framework. Type-driven, async-first, autogenerates OpenAPI docs.

Learn this interactively:

Open lesson fastapi-01 β†’

Related β€” Web & APIs

PydanticData validation library. Define a model, get parsing + validation + JSON seriali…RESTArchitectural style for HTTP APIs β€” resources at URLs, verbs in the HTTP method,…JWTJSON Web Token β€” a signed, base64-encoded payload used for stateless auth. Verif…OpenAPISpec for describing REST APIs as JSON/YAML. FastAPI emits one automatically; too…CORSCross-Origin Resource Sharing β€” browser security check on which origins may call…