FastAPI Interactive API Documentation
const ui = SwaggerUIBundle({
url: "http://127.0.0.1:8000/docs",
dom_id: "#swagger-ui",
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIBundle.SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
});