Developer Documentation
In less than five minutes you'll have your application connected to the LUTERAS API Platform.
✔ Register an account
✔ Verify your email
✔ Login to your Dashboard
Choose the plan that best fits your application.
Dashboard → API Keys → Create API Key
curl -X POST https://luteras.com/api/v1/licenses/verify \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"license_key":"YOUR_LICENSE_KEY"
}'
{
"valid": true,
"status": "active",
"expires_at": "2026-07-30",
"api_usage": 1,
"api_limit": 5000
}