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

9da73dd2f99e

empower

Send a message to Empower AI chat

Sends a chat message to the Empower AI assistant in the context of a specific call. The AI uses the call transcription and conversation history to generate a response.

Permission: Empower Read required.

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

post/empower/chat

Request body

call_idstring required

Unique identifier for the call.

related_tointeger[]

List of related call IDs (optional).

related_meetstring nullable

Identifier of an associated meeting (optional).

messagestring required

Chat message to be sent.

transcriptionstring[] required

Array of transcription segments. (optional)

user_idinteger required

User identifier required if checking phone number relationships.

Response

Successful operation — returns the AI-generated response and the transcriptions used.

transcriptionstring[]

List of transcriptions considered.

responsestring

Response generated by the LLM.