Back to Scalar

API Reference for Flask

documentation/integrations/flask.md

latest418 B
Original Source

API Reference for Flask

Flask OpenAPI3 is a web API framework based on Flask. It uses Pydantic to verify data and automatic generation of interaction documentation.

Flask OpenAPI3 has a Scalar UI template, that you can install:

bash
pip install -U flask-openapi3
pip install -U flask-openapi3-scalar

Read more about flask_openapi3