mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
19 lines
544 B
HTML
19 lines
544 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>LangGraph Cloud API Reference</title>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<script id="api-reference" data-url="./openapi.json"></script>
|
|
<script>
|
|
var configuration = {}
|
|
document.getElementById('api-reference').dataset.configuration =
|
|
JSON.stringify(configuration)
|
|
</script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
|
|
</body>
|
|
</html> |