Plaud
Authentication: API key. See Magic Link for the runtime auth flow.
Available Tools
List the authenticated user’s Plaud recordings (excludes trashed items). Optional input: page (default 1), page_size (de…
Get the full record for one Plaud recording by file_id: id, name, start_time/duration (milliseconds), the AI summary (Ma…
Get the verbatim transcript for a Plaud recording by file_id. Returns the full transcript as text plus time-aligned segm…
Get a temporary MP3 download URL for a Plaud recording by file_id. The URL is short-lived; re-fetch if it goes stale. Re…
Move a Plaud recording to trash by file_id. This is a soft delete: the recording is recoverable from the Plaud app’s tra…
Get the profile of the currently authenticated Plaud user: id, email, nickname, country, and membership_type. Use to con…
Validate the connected Plaud account by fetching the authenticated user. Returns an object with ‘success’ (bool) and ‘me…