HTTP Mode

FastAPI server with Swagger UI.

Starting Server

python myapp.py

Endpoints

All methods exposed as POST endpoints:

POST /{handler}/{method}

Swagger UI

Visit http://localhost:8000/docs

See Architecture for details.