REST API
LogCraft exposes a REST API for integrating with external tools and automation.
The API documentation is served from the LogCraft server itself. Two interfaces are available, both describing the same API:
| Interface | URL | Best for |
|---|---|---|
| Swagger UI | https://LOGCRAFT_SERVER/api/docs | Trying out API calls interactively. |
| ReDoc | https://LOGCRAFT_SERVER/api/redoc | Browsing endpoints and response shapes. |
The OpenAPI specification is available at https://LOGCRAFT_SERVER/api/openapi.json.
All endpoints are accessed over HTTPS and require valid authentication credentials.

