Start transcribe + summarize
Triggers Plaud’s automatic transcript + summary pipeline for a recording without blocking, returning the immediate upstream response (the task runs async). All body fields are optional (zero values map to Plaud defaults: auto language, auto LLM, diarization on). When check_quota is true, insufficient transcription seconds return 402. 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.
Path Parameters
Plaud recording (file) ID.
Body
All fields optional; an empty body uses Plaud defaults.
Transcript language; default auto.
Signed UTC offset (hours). Default 0.
Speaker diarization. Default true.
Summary model id (model_name from /summary/models). Default auto.
Summary template. Default AUTO-SELECT.
Force re-transcribe. Auto-detected when omitted (reloads if a transcript already exists).
Pre-flight quota check. Default false on /transsumm, true on /transsumm/wait. Insufficient quota returns 402.
(wait only) Poll interval, clamped to 1–30s.
(wait only) Max wait, clamped to 10s–30m.
(wait only) Attachments to compose in the returned bundle.
transcript, summary, share, audio_url Response
Task accepted (async)

