Skip to main content
Plaud Embedded has two core components for integrating with Plaud:
embedded-sdk-hero

Embedded SDK

iOS & Android SDKs for linking your users’ Plaud devices to your mobile app
transcription-api

Transcription API

APIs to upload audio files and transcribe them with Plaud models
To start using these components, you must first onboard to the Plaud Developer Portal to access your client credentials and API keys.

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.
app credentials

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
generate api key

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.
RegionPublic hostStatus
USplatform-us.plaud.ai/developer/apiAvailable
Japanplatform-jp.plaud.ai/developer/apiAvailable
Europeplatform-eu.plaud.ai/developer/apiComing soon
Singaporeplatform-sg.plaud.ai/developer/apiComing soon

Ready to Build

If you want a walkthrough of how the SDKs and APIs fit together, read the How Plaud Embedded Works Guide.

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