Response Viewer — JSON, XML, PDF & Search
A response viewer that auto-detects content type, renders JSON/XML as editable trees, previews PDFs inline, and lets you search large bodies with prev/next navigation.
What you see
- Status code, status text, response time, response size.
- Content-type badge: JSON · HTML · XML · Image · PDF · Binary.
- Response headers tab.
- Body in the right viewer for the type.
JSON tree viewer
- Collapsible tree with line numbers.
- Right-click any node for: Copy value · Copy path · Save as variable · Edit.
- Editable mode — change values in place; the path is preserved so you can iterate quickly.
- Pretty-printed source with key/value/number/boolean/null syntax highlighting.
XML tree viewer
Collapsible DOM tree with editable mode. Tags, attributes, and string values are highlighted independently.
PDF preview
Responses with Content-Type: application/pdf render in an inline iframe-based viewer — no download required for inspection.
Image / binary handling
Images render natively. Other binary types are base64-encoded and you can save the raw bytes with one click; the file extension is auto-detected from the content type.
Search inside the response
Press Cmd+F in the response pane to search the body. Match count is displayed; Prev / Next jumps between matches.
Save response
One-click Save Response writes the body to disk with the correct extension (.json, .html, .xml, .pdf, .png, etc.).
AI analyze
Hit Analyze to have the API Agent explain the data, flag anomalies, and suggest follow-up requests.