Skip to content

Create Page Summary

POST
/v1/summarize_page

Generates intelligent summaries of search result pages, helping users quickly understand large result sets without reading through every document. The system analyzes the content of all results on a given page and generates a detailed overview.

The summary system:

  • Identifies key themes and topics
  • Extracts important findings
  • Highlights document relationships
  • Provides content type distribution

Authorizations

Request Body required

object
request_id
required

Client-provided search session identifier from the original search

string
page

Target page number (1-based)

integer
default: 1
page_size

Results per page. Affects how many documents are included in the summary

integer
default: 10

Responses

200

AI-generated summary including key themes and topics, content type distribution, important findings, and document relationships

object
summary
required

AI-generated summary including key themes and topics, content type distribution, important findings, and document relationships

string
The search results contain information about...

400

Invalid request parameters

object
code
required

Error code

string
Allowed values: INVALID_ARGUMENT UNAUTHENTICATED PERMISSION_DENIED NOT_FOUND INTERNAL
INVALID_ARGUMENT
message
required

Error message

string
Missing required parameter: input