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-models

Primary fields

FieldTypeRequiredDescription
screenCapturestring
Optional
Screen content to summarize on POST /users/run-models. When set, the service also sends shortSummary and usePredefinedFormat for the executive summarization path.
urlToSummarizestring
Optional
URL whose page content should be summarized. Behaves like screenCapture for URL-based summarization.
shortSummaryboolean
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.