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. Pick your language — the choice persists across the rest of the docs.

cURL
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!",
    "platform": "api"
  }'

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.