Interactive docs

Swagger UI provides an interactive playground: try any endpoint with real requests, inspect request/response schemas, and test authentication. You can execute API calls directly from the browser and see the results.

http://localhost:8000/docs

Start the stack with make up first, then open the URL above in your browser.

← All examples