API Products › Summarize Url
About
Fetches a public webpage (text/html or text/*), extracts its visible content and metadata, then produces a structured summary. This includes a title, short description, one-line blurb, full summary, and optional image suggestions when available.
HTML clutter is removed and the main readable content is condensed into predictable object. Works with static and SPA pages, though SPA extraction may take slightly longer.
API reference
Parameters
- url (required)
- string
- context
- string
URL of the content to summarize.
Describe yourself or your company (max 400 characters).
Response
- title (required)
- string
- excerpt (required)
- string
- blurb (required)
- string
- summary (required)
- string
- thumbnail
- string
- image
- string
One-line title for the content.
Short description or excerpt from the content.
Concise blurb summarizing the content.
Detailed summary of the content.
URL to a small image representing the content.
URL to a larger preview or hero image for the content.