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.
Prerequisites
- 1 developer account (from plaud.ai/console)
- 1 iOS device (Xcode 15+ for development)
- 1 Android device (Android Studio)
- 1 Plaud hardware device (for testing)
- Brand assets: App name, logo (1024×1024px), primary color hex, splash image
Steps
1. Create developer account & get API key
Sign up at plaud.ai/console — no credit card required; includes 1 device + 50 hours ASR/month free. Create an application to receive your Client ID and Secret Key. The Secret Key is shown once only — copy it to a password manager immediately.2. Clone the template app
3. Add Client ID
- iOS:
AppConfig.plist— setPLAUD_CLIENT_IDandPLAUD_REGION(us|eu|jp) - Android:
config.json— setclientIdandregion
4. Apply branding
4 files control the entire visual identity:| Asset | iOS | Android |
|---|---|---|
| App name | AppConfig.plist | strings.xml |
| Logo | Assets.xcassets/AppLogo | res/drawable/ |
| Primary color | Theme.swift | colors.xml |
| Splash screen | LaunchScreen.storyboard | res/layout/ |
5. Run & test with a real device
6. Release
iOS App Store- Bluetooth usage description
- Privacy manifest (
PrivacyInfo.xcprivacy) - Privacy policy placeholder
BLUETOOTH_SCAN+BLUETOOTH_CONNECTpermissions- Data safety section
- Privacy policy placeholder