Python
customer-c
Production API
ONLINE

Python / Flask

The Python API is live.

A Gunicorn-backed Flask service built from source, isolated in its own container, and routed through a managed HTTPS endpoint.

Python
app = Flask(__name__)

@app.get('/health')
def health():
    return {'status': 'ok'}
01Repositorycustomer-c/pythonREADY
02Processgunicorn main:appRUNNING
03HealthGET /healthCHECKING