BOCHU IoT Api
    BOCHU IoT Api
    • 0. Introduction
    • a. Use our demo to quickly generate request headers
    • b. Manually create the request header
    • 1. Machine Quota
    • 2. API Quota & API Rate Limit
    • Global Error Code
    • Cutting Machine API
      • Machine Management
        • Machine List
        • Machine Detailed Information
        • Machine Status Change Records
      • Real-time Data
        • Machine Operating Status
        • Machine Current Alarm List
        • Machine Ongoing Processing Task
        • Real-time Status of the Cutting System
      • Historical Data
        • Paged Processing Records
      • Statistics Information
        • Summary of Statistical Data for a Period of Time
        • Daily Alarm Duration
        • Daily Piercing Count
        • Daily Idle Time
        • Daily Laser-On Time
        • Daily Gas-On Time
        • Daily Cutting Length
        • Daily Traveling Distance
        • Daily Processing Time v2
      • Task Management
        • Upload Cut Task
    • Welding Machine API
      • Machine Management
        • Machine List
        • Machine Detailed Information
        • Machine Status Change Records
      • Real-time Data
        • Machine Operating Status
      • Historical Data
        • Paged Welding Processing Records
      • Statistics Information
        • Summary of Welding Statistical Data for a Period of Time
        • Daily Flat-Weld Length
        • Daily Flat-Weld Time
        • Daily Vertical-Weld Length
        • Daily Vertical-Weld Time
        • Daily Weld Length
        • Daily Weld Time
        • Daily Weld-Pass Count
        • Daily Idle Time
        • Daily Processing Time
      • Task Management
        • Upload Weld Task

    b. Manually create the request header

    API calls are based on general request headers: app-id, time-stamp, and app-sign.
    📌
    If you are not familiar with the concepts mentioned above, please refer to: https://fscut-open.apifox.cn/doc-2687973
    If the Friendess demo does not cover the language you use, or you want to generate the request header yourself, follow the steps below:

    1 Generate appSign based on appId, appSecret, and timestamp#

    First, generate a 13-digit timeStamp (the timestamp must be within ten minutes before and after the call time).
    Create appSign by DIRECTLY concatenating appId , appSecret and timeStamp , then apply MD5 hashing to the whole string
    image.png

    2 nsert the information mentioned above into the API call request header#

    {
        "app-id": "op18725d72811234d2",                // Copy the obtained appId
        "time-stamp": 1680592492719,                   // The timeStamp used when generating the appSign just nowtimeStamp
        "app-sign": "c227fc9d75471a36e3dee7bd4cc8630e" // The recently generated appSign
    }
    Modified at 2024-08-12 09:44:49
    Previous
    a. Use our demo to quickly generate request headers
    Next
    1. Machine Quota
    Built with