diff --git a/README.md b/README.md index b32bcb6..f82e7c4 100644 --- a/README.md +++ b/README.md @@ -203,9 +203,8 @@ Thus, make sure to wait for your scan to complete, before pressing another butto #### API The GUI uses a minimal "API" at the backend, which you can also use from other tooling (e.g., Home Assistant or a control panel near your printer). -To scan, simply call `http://:/scan.php?target=` -Also check out the endpoints `list.php`, `download.php`, `active.php`. -Maybe one day an OpenAPI Spec will be included. +To scan, simply call `http://:/api/scanner/scanto/` +Also check out the swagger file in the doc directory to see all available endpoints. ## Full Docker Compose Example