⚙️
NexGen Industrial
Austin, TX
Trusted
🔧
Precision AI
San Jose, CA
Verified
📊
DataForge
Chicago, IL
Enterprise
🤖
RoboCore
Boston, MA
Innovator
🔩
SteelSense
Cleveland, OH
Industry 4.0
VoltEdge
Denver, CO
Green Tech
🛠️
ToolWise AI
Detroit, MI
Predictive
📈
Industrial IQ
New York, NY
Smart Mfg
🔋
EcoCharge
Portland, OR
Sustainable
📡
SensorGrid
Seattle, WA
IoT Leader
⚙️
NexGen Industrial
Austin, TX
Trusted
🔧
Precision AI
San Jose, CA
Verified
📊
DataForge
Chicago, IL
Enterprise
🤖
RoboCore
Boston, MA
Innovator
🔩
SteelSense
Cleveland, OH
Industry 4.0

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":"..."}'

📌 Available for Pro and Enterprise plans. Contact our team