Skip to main content

← All terms Β· Web & APIs

Pydantic

Data validation library. Define a model, get parsing + validation + JSON serialization for free.

Learn this interactively:

Open lesson fastapi-05 β†’

Related β€” Web & APIs

FastAPIModern Python web framework. Type-driven, async-first, autogenerates OpenAPI doc…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…