Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{deployment}/api/v1/plaud/files/{id}/audio-url \ --header 'X-API-KEY: <api-key>'
{ "file_id": "ceb63f88", "audio_url": "https://plaud-s3.amazonaws.com/…?X-Amz-Signature=…" }
Returns a pre-signed S3 URL for the original audio file. Pro license required.
Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.
Plaud recording (file) ID.
Audio URL
Pre-signed S3 URL.
Was this page helpful?