Skip to main content
GET
/
plaud
/
files
/
{id}
/
share
Get share states
curl --request GET \
  --url https://{deployment}/api/v1/plaud/files/{id}/share \
  --header 'X-API-KEY: <api-key>'
{
  "private": {
    "status": 123,
    "msg": "<string>",
    "data": {}
  },
  "public": {
    "status": 123,
    "msg": "<string>",
    "data": {}
  }
}

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

Share states

private
object

Loose Plaud envelope passed through verbatim. data shape varies and is not fixed by this API.

public
object

Loose Plaud envelope passed through verbatim. data shape varies and is not fixed by this API.