Generate FAQs
Generate questions and answers from an indexed page.
not_found when the page is not available in the selected index.Format the answers
Handle the response status
The endpoint returns HTTP200 for each application-level result.
Body
Public company or index identifier.
Canonical URL of the page used to generate FAQs.
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 question-and-answer pairs to return.
1 <= x <= 6Format for each answer.
paragraph, bullets Maximum list items in each answer when answer_format is bullets.
1 <= x <= 6Target word count for each answer when answer_format is paragraph.
50, 100, 150 Writing style for generated answers.
neutral, warm, professional, concise Response
FAQ result for the supplied page URL
FAQ generation status.
ready, not_found, error Generated question-and-answer pairs. 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.