Skip to main content
PUT
End a meeting

Authorizations

Authorization
string
header
required

API key from waterr.ai/settings?tab=api-keys. Send as Authorization: Bearer wai_<your_key>.

Path Parameters

meetingId
string
required

Body

application/json
ended_at
string<date-time>
required

Timestamp when the client closed the session. Used to compute final duration_seconds against the meeting's created_at; if omitted the server cannot calculate duration correctly.

duration_seconds
integer

Client-reported session duration in seconds. If provided, server uses it directly; otherwise server computes it as ended_at − created_at.

Response

Meeting ended successfully