Summarize
Screen, URL, and short-summary behaviour uses POST /users/run-models. When either screenCapture or urlToSummarize is set, the request includes shortSummary and usePredefinedFormat set to true.
POST
/users/run-modelsPrimary fields
| Field | Type | Required | Description |
|---|---|---|---|
| screenCapture | string | Optional | Screen content to summarize on POST /users/run-models. When set, the service also sends shortSummary and usePredefinedFormat for the executive summarization path. |
| urlToSummarize | string | Optional | URL whose page content should be summarized. Behaves like screenCapture for URL-based summarization. |
| shortSummary | boolean | Optional | Whether to request a shorter summary. Used when screenCapture or urlToSummarize is set; defaults to true in that mode if you omit it. |
Combine with the usual run-models payload
Always include question, user, optional sessionId, attachments, memory tagging, etc. See Run models.