API Reference
RESTful API to integrate AlarmLens into your industrial systems.
Authentication
All requests require an API key.
Authorization: Bearer YOUR_API_KEY
Endpoints
POST /v1/analyze
Analyze handwritten note image
{
"image_base64": "data:image/png;base64,..."
}
POST /v1/import-csv
Import CSV alarm file
{
"csv_content": "tag,description,priority,timestamp,area"
}
GET /v1/reports/{analysis_id}
Retrieve analysis report
GET /v1/health
Check service status
Example
curl -X POST https://api.alarmlens.com/v1/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_base64":"..."}'
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_base64":"..."}'
📌 Available for Pro and Enterprise plans. Contact our team