Secure, scalable APIs to integrate manufacturing automation, Industry 4.0, Vision AI, inventory management, and production monitoring into your systems.
Dotone APIs enable seamless integration between your factory floor, ERP, MES, BI tools, and third-party systems. Built to handle real-time data, automation workflows, and AI insights at enterprise scale.
Base URL: https://api.dotoneforbusiness.in/v1/ Format: JSON Auth: Bearer Token
All API requests require authentication using a secure API token. Include the token in the request header.
Authorization: Bearer YOUR_API_KEY Content-Type: application/json
Tokens can be rotated, revoked, or restricted by IP for enterprise deployments.
Modular APIs tailored for each layer of smart manufacturing
Track raw material, WIP, and finished goods with real-time accuracy.
GET /inventory/items
POST /inventory/issue
POST /inventory/receive
Live production data, OEE metrics, downtime events.
GET /production/status
GET /production/oee
AI-based safety alerts, quality checks, and activity recognition.
POST /vision/events
GET /vision/alerts
Capture defects, inspections, and quality analytics.
POST /quality/inspect
GET /quality/reports
Smart factory KPIs, analytics, and insights.
GET /industry/kpis
GET /industry/insights
Sync Dotone with SAP, Oracle, Tally, or custom ERPs.
POST /erp/sync
GET /erp/status
| Method | Endpoint | Description |
|---|---|---|
| GET | /inventory/items | Fetch real-time stock levels |
| POST | /inventory/issue | Issue raw material to production |
| POST | /inventory/receive | Receive finished goods or material |
curl -X GET https://api.dotoneforbusiness.in/v1/inventory/items \ -H "Authorization: Bearer YOUR_API_KEY"
{
"status": "success",
"data": [
{
"item_code": "RM-1023",
"quantity": 1200,
"unit": "kg",
"location": "Plant-1"
}
]
}
POST /vision/events
{
"camera_id": "CAM-12",
"event_type": "NO_HELMET",
"confidence": 0.94,
"timestamp": "2026-01-04T10:30:00Z"
}
Start integrating Dotone APIs into your factory, ERP, or analytics platform today.