Skip to content

API Reference

The compact API entrypoint is now Reference Index.

Start the FastAPI app:

uv run --all-groups --python 3.13 uvicorn casegraph.api.app:app --reload

Basic checks:

curl http://127.0.0.1:8000/health
curl http://127.0.0.1:8000/cases

Use the API for service integration. Use the Python Developer API for the shortest local programming path.