conversations
Generate Conversation Summary
Generate AI summary of a conversation using GPT-4o-mini.
This endpoint:
- Fetches all timeline items (messages + calls with transcripts)
- Generates summary using GPT-4o-mini (3-5 bullet points)
- Saves summary to database with generation timestamp
- Returns the generated summary
Summary focuses on:
- Actionable items
- Key questions asked
- Important events
post/conversations/{conversation_id}/generate-summary
Path parameters
conversation_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 4 revisions of this API.