Device Management
Plaud’s API offers comprehensive device management capabilities, allowing you to register, monitor, and configure your recording devices.Table of Contents
Device Types
Plaud supports the following device types:Type | Description | Model Example |
---|---|---|
note | Plaud Note devices | Note Pro, Note Ultra |
notepin | Plaud NotePin devices | NotePin Basic, NotePin Pro |
other | Other supported devices | Various compatible devices |
Device Operations
List All Devices
Retrieve a list of all devices with optional pagination:Get Device Details
Get detailed information about a specific device:Create a Device
Register a new device in the system:Update Device Information
Update an existing device’s information:Check Device Status
Check the status of a device by its serial number:Delete a Device
Remove a device from the system:Device-User Binding
Bind a Device to a User
Associate a device with a specific user:Unbind a Device from a User
Remove the association between a device and user:Common Device Operations
Operation | Endpoint | Method | Purpose |
---|---|---|---|
List Devices | /devices/ | GET | View all devices |
Get Device | /devices/{id} | GET | View a specific device |
Create Device | /devices/ | POST | Register a new device |
Update Device | /devices/{id} | PATCH | Modify device details |
Delete Device | /devices/{id} | DELETE | Remove a device |
Check Status | /devices/check | POST | Verify device status |
Bind to User | /users/bind | POST | Associate with a user |
Unbind from User | /users/unbind | POST | Remove user association |