From 8b3729366a9eb985eb61822b1ab00aeea94abc34 Mon Sep 17 00:00:00 2001 From: Zetaphor Date: Sat, 25 Jan 2025 23:38:04 -0600 Subject: [PATCH] Update readme to mention docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1cac574..da2826d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,11 @@ python main.py ## API Documentation +The API documentation is available through FastAPI's interactive interface at `http://localhost:8523/docs`. This provides a complete API reference with: +- Interactive endpoint testing +- Request/response examples +- Schema documentation + ### History Endpoints - `GET /history/search`