For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get Started
  • Overview
    • Welcome
    • How It Works
  • Getting Started
    • Installation
    • Configuration
  • Usage
    • CLI Reference
    • Summary Styles
    • Batch Processing
    • Config Management
    • Retry Behavior
    • Errors and Troubleshooting
  • Features
    • Visual Mode
    • Transcription
    • Webapp
    • Caching
  • Integrations
    • Share a Summary
    • Cobalt
    • Proxy
    • Agent Skill
Get Started
On this page
  • One-Click Share
  • What the Shared Link Looks Like
  • Why This Exists
  • For Automation and Scripts
  • About Tinypaste
Integrations

Share a Summary

Was this page helpful?
Edit this page
Previous

Cobalt

Next
Built with

After generating a summary, the fastest way to share it is directly from the webapp. One click turns your Markdown output into a public, rendered page with a short URL you can paste anywhere.

One-Click Share

In the Streamlit GUI, click the Share button on any finished summary. The app instantly shares the Markdown to Tinypaste and copies the returned short URL to your clipboard.

No account. No token. No friction.

What the Shared Link Looks Like

The shared page renders your summary as clean, readable Markdown with full support for:

  • Formatted text — bold, italics, headings, lists
  • Mermaid diagrams — interactive, zoomable SVGs if your summary contains ```mermaid blocks
  • LaTeX math — equations rendered inline and in display mode

Why This Exists

Most paste tools are cluttered editing environments that require an account or API token and don’t render Markdown, Mermaid, and LaTeX all in one. This integration skips the ceremony: your summary is public and readable in under a second.

For Automation and Scripts

You can also share directly from the terminal or from agent workflows:

$curl -X POST https://tnypst.xyz/api/pastes \
> -H "Content-Type: text/markdown" \
> --data-binary @summaries/watch_20260101_120000.md

The response is the short public URL.

About Tinypaste

Sharing is powered by Tinypaste, a tiny public Markdown pastebin. It is built to do one thing well: paste Markdown, get a short URL, move on. If you want to self-host your own instance, it deploys to Deno Deploy in under a minute. See the Tinypaste repo for details.