Help shape the future of JSON Workbench! We'd love to hear how you use it.

SSE Parser & AI Stream Debugger

Parse, debug, and reconstruct Server-Sent Events (SSE) streams locally. Inspect raw events, filter by event type, and assemble streamed text from OpenAI, Anthropic, Gemini, and generic SSE responses.

SSE
Frames0JSON0Signals0ProviderUnknown
Parsed Output

Awaiting Stream

Parsed events will appear here

SSE PARSER · DEBUGGER
Send Feedback
Ln 1, Col 1

How to Use the SSE Parser

Paste or drop your raw SSE stream output to instantly parse, inspect, and reconstruct AI-generated text responses.

1. Paste Your Stream

Copy raw SSE output from your terminal or browser DevTools Network tab and paste it into the left panel.

2. Inspect Frames

The parser splits frames by double newlines, detects the AI provider, and extracts each data payload automatically.

3. Read the Output

View the fully reconstructed text in the 'Final Text' tab, or inspect raw JSON payloads in 'Detailed Log'.

Frequently Asked Questions

Q: Is this tool free?

A: Yes, completely free and runs 100% in your browser.

Q: Is my data safe?

A: All processing happens locally. No data is ever sent to any server.

Q: Which AI providers are supported?

A: OpenAI, Anthropic, and Google Gemini streams are auto-detected.

Q: Can I paste a curl command?

A: No — browser CORS restrictions prevent live fetching. Run curl in your terminal and paste the raw output here instead.

Why Use JSON Workbench SSE Parser?

Debugging AI streaming APIs means wading through hundreds of raw SSE frames. This tool gives you instant visibility without writing a single script.

Privacy First

Your API payloads never leave your browser. Everything is processed locally.

Auto Provider Detection

Automatically detects OpenAI, Anthropic, and Gemini stream formats and extracts text without configuration.

Full Reconstruction

Assembles all streamed tokens into the complete response text — exactly what the end-user would have received.