Create Quick Read
Returns concise Quick Read bullets for the indexed content at the supplied page URL. The browser sends URL context, not full page content.
not_found when the
page is not available in the published index.max_bullets to control the number of takeaways. The endpoint supports
published by default and unpublished when you are testing runtime package
changes before publishing.Body
Public company or index identifier.
Canonical URL of the page to summarize.
Current browser URL. Optional; fragments and tracking params are normalized server-side.
Optional page title for display and prompt context.
Optional locale or language hint.
Caller-generated request identifier.
Caller-generated session identifier.
When true, skips cache and private-session-aware logging.
Model alias configured for the runtime package.
Runtime package pointer. Omit this field or use published for production traffic. Use unpublished only when testing an unpublished runtime package.
published, unpublished Maximum number of Quick Read bullets to return.
1 <= x <= 5Response
Quick Read result for the supplied page URL
Quick Read generation status.
ready, not_found, error Concise page takeaways. Empty when status is not_found.
Whether the response came from cache.
hit, miss, bypass Normalized source URL used for lookup.
Page title returned by the request or indexed content.
Runtime package pointer. Omit this field or use published for production traffic. Use unpublished only when testing an unpublished runtime package.
published, unpublished Resolved runtime pointer after fallback handling.
Resolved indexed corpus version used internally for the response.
Server timestamp for the generated response.