<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Portail API Reference</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚪</text></svg>" />
<style>
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.scalar-app { height: 100vh; }
</style>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
</head>
<body>
<script>
Scalar.create("#scalar-app", {
url: "/api-docs/openapi.json",
theme: "purple",
darkMode: true,
showSidebar: true,
hideModels: false,
hideDownloadButton: false,
searchHotKey: "k",
});
</script>
<div id="scalar-app" class="scalar-app"></div>
</body>
</html>