Provide senseless access, face recognition, QR code, mobile phone Bluetooth, and other ways to open a door and take an elevator. Intercom access control linkage automatic call, indoor visual reservation call, visitor authorized call, and other services can manage all elevator control devices within the permission, and provide APIs to facilitate the access of third-party platforms.
Elevator control card management
Elevator control face management
API Name |
URL |
Delete Face |
DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id} |
Add Face |
POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id} |
Update Face |
PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id} |
Call elevator command
Elevator control QR code management
API Name |
URL |
Delete QR Code |
DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code} |
Update QR Code |
PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code} |
Add QR Code |
POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code} |
Elevator control user management
API Name |
URL |
Delete Person |
DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id} |
Update Person |
PUT:/v1.0/elevator-control/{device_id}/persons/{person_id} |
Add Person |
POST:/v1.0/elevator-control/{device_id}/persons/{person_id} |