LyDos
API Explorer
15 endpoints — live testing, all responses sanitized
GET
/v1/health
System health status. Returns score 0-100, active engines co...
▼
POST
/v1/chat
LLM chat endpoint. Routes to Groq → Z.AI → Claude with autom...
▼
GET
/v1/agents
List all available agents. Returns curated subset — internal...
▼
GET
/v1/agents/{id}
Get agent details by ID....
▼
POST
/v1/agents/run
Run an agent with a task. Returns task_id for async polling....
▼
GET
/v1/tasks
List tasks. Filter by ?status=running|pending|completed|fail...
▼
GET
/v1/tasks/{id}
Get task details and result preview....
▼
POST
/v1/tasks/{id}/cancel
Cancel a running or pending task....
▼
GET
/v1/engines
List Q-engines. Shows id, name, category and status — intern...
▼
GET
/v1/engines/{id}/stats
Get engine statistics....
▼
POST
/v1/mcp/tools
List available MCP tools (6 curated)....
▼
POST
/v1/mcp/execute
Execute an MCP tool....
▼
POST
/v1/keys
Create an API key. Returns the key once — store it immediate...
▼
GET
/v1/keys
List your API keys (hashes only — original keys not stored)....
▼
WS
/v1/stream
WebSocket real-time event stream. Emits health, metrics, tas...
▼