Move your chat to
another AI instantly.
Paste a public ChatGPT, Claude, or Gemini share link — get a real chat view, clean Markdown/JSON, or send it straight into a new session.
Start your Handoff →One extraction, two ways to use it.
A real chat view
See the conversation as actual chat bubbles — user and assistant, images included — instead of a wall of raw text.
Direct Transfer, images included
Send the extracted conversation — including any images — straight into a fresh session with your own OpenAI, Anthropic, or Google API key.
Push a Claude Code session straight from your terminal.
sharetoai push finds the most recent Claude Code session in your project directory — nothing is scanned or uploaded until you run it — and sends only that one conversation to a one-time viewing link, auto-opened in your browser. sharetoai login signs you in through your browser too — no key to copy or paste. The link expires after 10 minutes or the first view, whichever comes first; nothing is ever written to a permanent database.
$ curl -fsSL https://sharetoai.app/install.sh | sh$ sharetoai login$ sharetoai push
Windows PowerShell: irm https://sharetoai.app/install.ps1 | iex
Built for zero retention, not just marketed as it.
Zero-retention conversation extraction
Conversations are extracted, processed, and returned in memory for a single request, then discarded — none of it ever touches a database. The only thing Share to AI stores is a Pro account's email and subscription status, kept entirely separate from anything you extract.
SSRF-guarded extraction
The backend only ever fetches from an exact allowlist of known share-link domains, with a DNS-rebinding check on top — it can't be tricked into reaching internal infrastructure.
API keys touch the request, not a database
Direct Transfer forwards your pasted API key straight to the provider you choose for that one call. It's never logged, never written to disk, never reused.
Why not just copy-paste the shared page?
Copy-paste
- ✕Flattens code blocks and formatting into plain text
- ✕Drops images — only what's visible on screen makes it through
- ✕Loses role attribution between the two speakers
- ✕Leaves you with a wall of copied text, not structured data
Share to AI
- ✓Preserves code blocks and formatting instead of flattening them
- ✓Extracts images alongside the text, not just what's visible on screen
- ✓Captures both sides of the conversation with correct role attribution
- ✓Produces machine-readable JSON, not just a wall of copied text
Common questions
How do I move a ChatGPT conversation to Claude?
Paste the ChatGPT share link into Share to AI, copy it as Markdown or JSON from the chat view, then use Direct Transfer to send that context straight into a fresh Claude session with your own Anthropic API key.
How do I convert a shared ChatGPT link to Markdown?
Paste any public chatgpt.com/share link into Share to AI and hit "Copy as Markdown" from the chat view — it copies the full conversation as clean, token-optimized Markdown.
Can I export a Claude or Gemini shared conversation as JSON?
Yes. Share to AI extracts Claude and Gemini share links the same way as ChatGPT and lets you copy the conversation as structured JSON directly from the chat view.
Does Share to AI store or save my conversations?
No. Every conversation is extracted, processed, and returned in memory for that one request only, then discarded — it never touches a database. The only thing Share to AI's database stores is an account's email and credit balance, which has nothing to do with the conversations you extract.
How does Share to AI pricing work?
Every feature — ChatGPT/Claude/Gemini extraction, Handoff Compiler summaries, the CLI, and the Bookmarklet — runs on credits, and there's no free tier. Subscribe for $4.99/month and get 200 credits every month, or pay $69 once for the Lifetime Builder, which grants 1000 credits instantly and refills 1000 credits every month for life. Extraction costs 1 credit, summaries cost 3 credits, and the CLI or Bookmarklet cost 5 credits per use.
Do I need to sign up to use Share to AI?
Yes — every feature requires a signed-in account with an active subscription or credits. Sign in with a magic link (no password), then subscribe for $4.99/month or get the $69 Lifetime Builder to unlock extraction, summaries, the CLI, and the Bookmarklet.
What happens to my API key during Direct Transfer?
Your API key is sent directly to the provider you choose for that single request and is never logged or stored anywhere by Share to AI.
Why did my extraction take longer than a few seconds?
Share to AI tries a fast, browser-free extraction first; if a platform's page structure has changed or doesn't support it, it automatically falls back to rendering the page in a real browser, which takes longer but is more reliable.
Is Gemini share-link support fully reliable?
Gemini extraction is marked experimental in the app — Google's share pages have no stable export format, so Share to AI relies on heuristics that can occasionally misattribute turn order, unlike the more stable ChatGPT and Claude paths.
How do I export a Claude Enterprise conversation that has sharing disabled?
Use the Share to AI bookmarklet — available to any signed-in account — which extracts the conversation straight from the page you're viewing instead of relying on a public share link, useful when SSO or admin policy blocks Claude Enterprise's share-link feature entirely. Each use costs 5 credits, the same as a Claude/Gemini extraction.
Does the Share to AI bookmarklet work on mobile phones?
No, the bookmarklet only works on desktop browsers. It relies on dragging a link into a visible bookmarks bar, a gesture most mobile browsers don't support the same way — on a phone, use a regular share link with the main extraction tool instead.
Can I push a local Claude Code session to Share to AI from the terminal?
Yes — install the sharetoai CLI with "curl -fsSL https://sharetoai.app/install.sh | sh" (Windows PowerShell: "irm https://sharetoai.app/install.ps1 | iex"), run "sharetoai login" once (opens your browser to sign in, no key to copy or paste), then "sharetoai push" from any project. It finds the most recent Claude Code session in that directory (prompting you to pick if more than one is recent) and pushes only that conversation to a one-time viewing link, which expires after 10 minutes or the first view, whichever comes first.
Ready to move a conversation?
$4.99/month to get started. No API key required unless you use Direct Transfer.
Try Share to AI →