API
API Reference
The real OpenAPI schema for QP-Core's FastAPI backend — 3 operations, generated directly from the service's Pydantic models, not hand-written.
Snapshot mode:
NEXT_PUBLIC_TRANSPILER_API_URL isn't set, so this is a static snapshot (public/openapi/quantumflow-api.json) rather than a live spec — the backend has no deployed URL configured for this build. Regenerate it from the real service with:cd quantumflow-api && ./venv/Scripts/python.exe -c "from app.main import app; import json; print(json.dumps(app.openapi()))"
Source: quantumflow-api. See also the transpiler pipeline doc for what these endpoints actually do.
Source: quantumflow-api/app/models/schemas.py, app/api/routes.py