API Reference
Complete API documentation with examples
Base URL
https://lognexis-node.onrender.com/apiPOST
/api/auth/loginAuthenticate 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
On This Page