REST API Documentation
LogCraft provides a REST API for developers who want to integrate LogCraft with their own applications, tools, or automation workflows.
Two interactive documentation interfaces are available directly from the LogCraft server. They both describe the same API but present it differently, so choose the one you prefer.
Swagger UI
Swagger UI offers a full-featured, interactive interface where you can try out API calls directly from the browser.
Swagger UI is accessed through /api/docs
such as https://LOGCRAFT_SERVER/api/docs
ReDoc
ReDoc provides a clean, documentation-oriented view that is easier to browse when you just need to explore available endpoints and schemas.
ReDoc is accessed through /api/redoc
such as https://LOGCRAFT_SERVER/api/redoc
Requirements
- Access to the LogCraft server over HTTPS.
- Valid authentication