Skip to main content
GET
/
plaud
/
files
/
{id}
/
tabs
/
content
Get note tab content
curl --request GET \
  --url https://{deployment}/api/v1/plaud/files/{id}/tabs/content \
  --header 'X-API-KEY: <api-key>'
{
  "tab_id": "<string>",
  "tab_name": "<string>",
  "format": "<string>",
  "content": "<unknown>"
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Path Parameters

id
string
required

Plaud recording (file) ID.

Query Parameters

tab_id
string

Per-note tab identifier from the list-tabs response. Provide this or template.

template
string

Stable template selector (e.g. SUMMARY, Key Points, AI-CHOICE), matched across notes. Provide this or tab_id.

Response

Tab content

tab_id
string
tab_name
string
format
string

markdown or a structured JSON type.

source
enum<string>
Available options:
inline,
s3
content
any

JSON string for markdown tabs; object/array for structured JSON tabs.