Developer Resources

API Documentation

Integrate AI-Guard Lite into your applications with our RESTful API.

Base URL

https://api.aiguardlite.com

Authentication

POST/api/v1/auth/login

Authenticate user and receive access token

Request

{
  "email": "[email protected]",
  "password": "your_password"
}

Response

{
  "access_token": "eyJhbGciOiJIUzI1NiIs...",
  "token_type": "bearer",
  "expires_in": 3600
}
POST/api/v1/auth/refresh

Refresh an expired access token

Request

{
  "refresh_token": "your_refresh_token"
}

Response

{
  "access_token": "eyJhbGciOiJIUzI1NiIs...",
  "token_type": "bearer",
  "expires_in": 3600
}

Rate Limits

PlanRequests/minuteRequests/day
Enterprise10010,000
Business50050,000
CustomUnlimitedUnlimited

Ready to integrate?

Get your API keys and start building with AI-Guard Lite today.

Get API Keys