Dotone API Reference

Secure, scalable APIs to integrate manufacturing automation, Industry 4.0, Vision AI, inventory management, and production monitoring into your systems.

Designed for Modern Manufacturing

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.

  • • Plug into existing ERP / MES
  • • Stream real-time production data
  • • Automate inventory & quality workflows
  • • Build Industry 4.0 dashboards
Base URL:
https://api.dotoneforbusiness.in/v1/

Format:
JSON

Auth:
Bearer Token

Authentication

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.

Core API Modules

Modular APIs tailored for each layer of smart manufacturing

Inventory Automation API

Track raw material, WIP, and finished goods with real-time accuracy.

GET /inventory/items
POST /inventory/issue
POST /inventory/receive

Production Monitoring API

Live production data, OEE metrics, downtime events.

GET /production/status
GET /production/oee

Vision AI API

AI-based safety alerts, quality checks, and activity recognition.

POST /vision/events
GET /vision/alerts

Quality Inspection API

Capture defects, inspections, and quality analytics.

POST /quality/inspect
GET /quality/reports

Industry 4.0 API

Smart factory KPIs, analytics, and insights.

GET /industry/kpis
GET /industry/insights

ERP Integration API

Sync Dotone with SAP, Oracle, Tally, or custom ERPs.

POST /erp/sync
GET /erp/status

Inventory Automation API

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

Example Request

curl -X GET https://api.dotoneforbusiness.in/v1/inventory/items \
-H "Authorization: Bearer YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": [
    {
      "item_code": "RM-1023",
      "quantity": 1200,
      "unit": "kg",
      "location": "Plant-1"
    }
  ]
}

Vision AI Events API

Use Cases

  • • Safety violation detection
  • • Quality defect alerts
  • • Worker activity tracking
POST /vision/events

{
  "camera_id": "CAM-12",
  "event_type": "NO_HELMET",
  "confidence": 0.94,
  "timestamp": "2026-01-04T10:30:00Z"
}

Build Smarter Manufacturing Systems

Start integrating Dotone APIs into your factory, ERP, or analytics platform today.