Plaud

Connect your AI agents to Plaud.

Authentication: API key. See Magic Link for the runtime auth flow.

Available Tools

list_recordings

List the authenticated user’s Plaud recordings (excludes trashed items). Optional input: page (default 1), page_size (de…

get_recording

Get the full record for one Plaud recording by file_id: id, name, start_time/duration (milliseconds), the AI summary (Ma…

get_recording_transcript

Get the verbatim transcript for a Plaud recording by file_id. Returns the full transcript as text plus time-aligned segm…

get_audio_url

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…

delete_recording

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_current_user

Get the profile of the currently authenticated Plaud user: id, email, nickname, country, and membership_type. Use to con…

validate_credential

Validate the connected Plaud account by fetching the authenticated user. Returns an object with ‘success’ (bool) and ‘me…