Expose classification as a local HTTP API: ``` dit serve --port 8080 ``` ``` curl -X POST http://localhost:8080/classify -d '{"url": "https://example.com/login"}' ``` Useful for integrating dit into existing pipelines and services without shelling out.