API Reference | LogNexis Developer Documentation
Documentation/API Reference

Base URL

https://lognexis-node.onrender.com/api
POST/api/auth/login

Authenticate user and receive JWT token

Request

// Request
POST /api/auth/login
Content-Type: application/json

{
  "email": "user@example.com",
  "password": "your-password"
}

Response

// Response (200)
{
  "token": "eyJhbGciOiJIUzI1NiIs...",
  "user": {
    "id": "user_123",
    "name": "John Doe",
    "email": "user@example.com",
    "plan": "free"
  }
}

Rate Limits

1,000 req/min

Log Ingestion

All Plans

100 req/min

Analytics API

Free Tier

10 req/min

ML Insights

Free Tier