1
Submit Audio for Transcription
After uploading your audio to a publicly accessible URL — either via Plaud’s File Upload API or your own storage — submit the URL to the Transcription API to kick off a transcription task.
2
Get Transcription Task
Use the
GET /transcription endpoint to poll the Transcription API for the task status.
On completion, the payload will include the transcribed data.Using the Transcription API
Prerequisites
- If you haven’t done so, retrieve your
client_idandapi_keyfrom the developer portal.
The
api_key is NOT your client_secret. Navigate to App Settings > API Keys.
- Have a publicly available download URL with the audio file you’d like to transcribe.
This
file_url could be your cloud storage OR served through Plaud’s File Upload API if you prefer Plaud to host your files.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.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.
