Receive Session Report
interviews
Receive Session Report
Receive session report from the LiveKit agent.
This endpoint is called by the agent when an interview session ends. The report contains the conversation transcript which is parsed and saved in AssemblyAI format.
Parameters:
- interview_room_id: UUID of the interview room
- report: Session report dictionary from the agent
Headers:
- X-Agent-Secret: Optional shared secret for authentication
Returns:
- Success message with room and record IDs
POST
Receive Session Report