LVNG Documentation

Build intelligent applications with the LVNG platform. Deploy AI agents, orchestrate workflows, manage knowledge graphs, and enable real-time communication — all through a unified API.

Quick Start

Get up and running in minutes. Authenticate with your API key and make your first request.

$ curl -X POST https://api.lvng.ai/api/v2/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "Hello, LVNG!"}'

Base URL

All API requests are made to the following base URL:

https://api.lvng.ai/api

All endpoints require HTTPS. HTTP requests will be rejected.