Get recording bundle
Backend-for-frontend: returns the file plus any combination of transcript, summary, share state, and audio URL in a single call. Pro license required.
Authorizations
Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.
Path Parameters
Plaud recording (file) ID.
Query Parameters
Comma-separated attachments to compose. Accepted tokens: transcript, summary, share, audio_url (alias audio-url). When omitted, defaults to transcript,summary — share and audio_url are only included when explicitly requested.
Rendering applied to the bundled transcript's text. Defaults to text.
text, markdown, srt, vtt, json, plain Fail-fast on any sub-fetch error instead of collecting per-attachment errors.
Response
Composed file bundle
File detail plus opted-in attachments. file is the inner file-detail object (file.file_id, …), not a {status,data} envelope. transcript/summary/share/audio_url appear only when requested via include and the fetch succeeded.
Inner file-detail object — the data of FileDetailResponse and the file of a bundle.
Private/public share state — present only when include=share.
Per-attachment failures (non-strict mode).
Requested attachments that are not generated yet.

