Skip to main content
PATCH
/
plaud
/
files
/
{id}
Rename a recording
curl --request PATCH \
  --url https://{deployment}/api/v1/plaud/files/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "filename": "Team standup — 2026-06-27"
}
'
{
  "error": "<string>"
}

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.

Body

application/json
filename
string
required

Response

Renamed