Generate a Snackable Read
Generate concise takeaways from an indexed page.
not_found when the page is not available in the selected index.Choose generation behavior
Handle the response status
The endpoint returns HTTP200 for each application-level result.
POST /api/v1/quick-read route remains compatible. Use
POST /api/v1/snackable-read for new integrations.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, bypasses the cache and summary analytics logging.
Tracking consent for this request. Setting this to false also enables private-session behavior.
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 Snackable Read bullets to return.
1 <= x <= 6Writing style for generated bullets.
neutral, warm, professional, concise Existing bullets to preserve or rewrite. These count toward max_bullets.
5Response
Snackable Read result for the supplied page URL
Snackable Read generation status.
ready, not_found, error Concise page takeaways. Empty when status is not_found or error.
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.