> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pagepith.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PagePith documentation

> Turn public web pages, documents, and social videos into clean, structured content.

PagePith gives your applications and AI tools readable content from public URLs. Use the REST API for application workflows or connect the remote MCP server to an AI client.

<Columns cols={2}>
  <Card title="Make your first request" icon="rocket" href="/quickstart">
    Create an API key and turn a URL into Markdown.
  </Card>

  <Card title="Connect the MCP server" icon="plug" href="/guides/mcp">
    Give an MCP-compatible AI client access to web and video content.
  </Card>

  <Card title="Process social video" icon="video" href="/guides/video">
    Retrieve metadata and timestamped transcripts from public videos.
  </Card>

  <Card title="Monitor a page" icon="radar" href="/guides/monitoring">
    Detect meaningful content changes on a schedule.
  </Card>
</Columns>

## Choose an interface

<Tabs>
  <Tab title="REST API">
    Send authenticated requests to `https://api.pagepith.com`. Start with the [quickstart](/quickstart), then explore the [API reference](/api-reference/overview).
  </Tab>

  <Tab title="MCP">
    Connect `https://mcp.pagepith.com/mcp` to an MCP client. The server exposes tools for reading URLs and processing video.
  </Tab>
</Tabs>

<Info>
  PagePith works with public web pages, JavaScript-rendered sites, PDFs, and public YouTube, Instagram, and TikTok videos. Pages behind a login are not supported.
</Info>
