# SecondB SecondB provides AI-generated summaries of long-form content such as YouTube videos and PDF documents. ## Preferred Access Pattern For summary pages under `/summary/{id}`, LLMs SHOULD NOT parse the HTML page. Instead, use the plain-text endpoint: - Human-facing page: - https://secondb.ai/summary/{id} - LLM-preferred content: - https://secondb.ai/summary/{id}/text The `/text` endpoint returns: - Clean, boilerplate-free text - Stable structure - Content optimized for summarization, translation, and citation ## Usage Guidelines - Allowed: summarization, translation, question answering - Citation required when quoting summaries - Do not infer metadata from HTML layout ## Content Priority - `/summary/*/text` : highest priority - `/api/*` : structured programmatic access - `/summary/*` : human-readable only