Bundle multiple recordings
Backend-for-frontend aggregator: lists recordings and composes each one’s requested attachments (transcript/summary/share/audio) in a single call. Backs mmk plaud file list --with transcripts,summaries. Pro license required. A Basic key is rejected with 400 and you are not a magic meal kits PRO user.
Authorizations
Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.
Query Parameters
Max files (clamped to 1–20).
1 <= x <= 20Offset for pagination.
Only include files with start_time >= this epoch-ms value.
Comma-separated attachments to compose: transcript, summary, share, audio_url.
Rendering applied to each bundled transcript's text.
text, markdown, srt, vtt, json, plain Fail-fast on any sub-fetch error.
Max in-flight files (clamped to 1–8).
1 <= x <= 8
