latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

empower

Get key moments detected in a call

Retrieves the key moments detected by Empower AI during the specified call (e.g. objections, commitments, questions).

Permission: Empower Read required.

Monitoring: No impact. Visibility depends on your Empower role.

get/empower/call/{callUUID}/moments

Path parameters

callUUIDstring required

Call unique Identifier

Response

Successful operation — returns the list of key moments for the call.

moment_idinteger
team_idinteger
labelstring
colorstring
emojistring
group_idsinteger[]
created_byinteger
updated_byinteger
creation_datestring date-time
update_datestring date-time

Example response

[
  {
    "moment_id": 100000,
    "team_id": 100000,
    "keywords": [
      {
        "keyword_id": 100000
      }
    ]
  }
]