v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Conversations

Update call summary

Replace the markdown content of a call's AI-generated summary.

Only call items have summaries — passing an SMS ID (msg-*) returns 400 INVALID_ITEM_ID. If multiple completed summary templates exist on the same call, set template_key to disambiguate.

patch/v2/api/conversations/items/{id}/summary

Path parameters

idstring required
Example:cll-abc123

Call ID (cll-*)

Request body

contentstring required

Full replacement markdown content. Max 100,000 characters.

template_key'MARKDOWN_CLASSIC' | 'MARKDOWN_SHORT_CALL' nullable

Required only when the call has more than one completed summary template.

Response

Updated summary

Example response

{
  "data": {
    "id": "cll-abc123",
    "version": 4,
    "updated_at": "2026-05-12T14:32:11",
    "updated_by": {
      "id": "usr-abc123",
      "name": "Alex Kim"
    }
  }
}