Documentation Index
Fetch the complete documentation index at: https://docs.plaud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Register an Endpoint
Go to plaud.ai/console → Webhooks and add your HTTPS endpoint URL.Verify Signatures
Webhook Events
| Event | Description |
|---|---|
transcription.completed | Transcript ready to retrieve |
transcription.failed | Processing error (check error field) |
device.synced | Audio synced to Plaud Cloud |
device.connected | Device paired for the first time |
device.disconnected | Device goes offline |
device.recording_completed | Audio file ready (+ optional transcript) |
device.battery_low | Battery below 15% |
device.ota_completed | Firmware update finished |
device.ota_failed | Firmware update failed |
Retry Policy
| Attempt | Delay |
|---|---|
| 1st retry | 30 seconds |
| 2nd retry | 5 minutes |
| 3rd retry | 30 minutes |
| 4th retry | 2 hours |
| 5th retry | 24 hours |