
Embedded SDK
iOS & Android SDKs for linking your users’ Plaud devices to your mobile app

Transcription API
APIs to upload audio files and transcribe them with Plaud models
Onboard to the Plaud Developer Platform
If you don’t have access to the Plaud Developer Platform, visit dev.plaud.ai and fill out the contact form. Once your request is reviewed, you’ll receive setup instructions and access to the developer console. Create an Embedded SDK Application to receive your Client ID and Client Secret.
Create Your API Key
Your Client ID and Client Secret are used to generate User Tokens and link user devices. Your API Key will be used to interact with the Transcription API to transcribe audio files, using Plaud’s transcription pipeline to provide speech-to-text with noise reduction, language detection, speaker detection, and more. You can grab your API Key from your developer portal under App Settings > API Keys
Find Your Region
Plaud Embedded APIs are served with Plaud’s region-level API services. There is no global host for these calls; use the host of the region your client was provisioned in.| Region | Public host | Status |
|---|---|---|
| US | platform-us.plaud.ai/developer/api | Available |
| Japan | platform-jp.plaud.ai/developer/api | Available |
| Europe | platform-eu.plaud.ai/developer/api | Coming soon |
| Singapore | platform-sg.plaud.ai/developer/api | Coming soon |
Ready to Build
Starter App
For new builders to build on top of our iOS template with the Embedded SDK pre-implemented (Also a great reference)
Embedded SDK
For developer ready to jump in and implement the Embedded SDK in their existing mobile app