Skip to main content
GET
/
plaud
/
ai
/
trans-status
Get transcription seconds
curl --request GET \
  --url https://{deployment}/api/v1/plaud/ai/trans-status \
  --header 'X-API-KEY: <api-key>'
{
  "status": 123,
  "total_seconds": 123,
  "remain_total": 123
}

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.

Response

Transcription seconds

status
integer
total_seconds
number

Total transcription seconds on the plan.

remain_total
number

Remaining transcription seconds.