Skip to main content
POST
/
plaud
/
files
/
{id}
/
ack-pull
Acknowledge device pull
curl --request POST \
  --url https://{deployment}/api/v1/plaud/files/{id}/ack-pull \
  --header 'X-API-KEY: <api-key>'
{
  "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.

Response

Acknowledged