Submit Audio for Transcription
After using the File Upload API to generate a
file-download-url,
you can submit the file to the Transcription API to kick off a transcription task.Using the Transcription API
Prerequisites
If you haven’t done so, retrieve yourclient_id and api_key from the developer portal.
The
api_key is NOT your client_secret. Navigate to App Settings > API Keys.
Find Your Region
The Transcription API is served with Plaud’s region-level API services. There is no global host for these calls; pick the host of the region your client was provisioned in when using the Transcription API.| 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 |
Submit File for Transcription
Submit a transcription task for Plaud Embedded’s transcription and ASR models to process.Poll Transcription Task Until Completion
Check the status of your transcription task. On theSUCCESS status code, the transcript data will be included.