Skip to main content

← All terms Β· Web & APIs

OpenAPI

Spec for describing REST APIs as JSON/YAML. FastAPI emits one automatically; tools generate clients + docs from it.

Learn this interactively:

Open lesson fastapi-12 β†’

Related β€” Web & APIs

FastAPIModern Python web framework. Type-driven, async-first, autogenerates OpenAPI doc…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…CORSCross-Origin Resource Sharing β€” browser security check on which origins may call…