API Format and Query
Normalize raw API responses, then run a unified query for focused extraction.
Use case
Use this during first-pass API debugging when payloads are noisy and you need targeted values quickly.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Normalize raw API responses, then run a unified query for focused extraction.
API Response Formatter
TEXT → JSON
Format API response
Structured JSON report with metadata, summary, and formatted payload.
Unified Query Tool
TEXT → TEXT / JSON
Run unified query
Mode-specific query output for the supplied data payload.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · API Response Formatter
API Response Formatter
Detect, pretty-format, and analyze API responses into a JSON report with HTTP metadata and formatted payload previews.
Raw response input
Paste raw HTTP response text or plain payload data.
Formatting report
Structured JSON report with metadata, summary, and formatted payload.
Run this step to process the current input and prepare the next workflow stage.
Unified Query Tool
Run JSONPath, XPath, XQuery-subset, YAMLPath, and JSONata queries through one tool.
Unified query input (JSON envelope)
Provide { "mode": "jsonpath|xpath|xquery|yamlpath|jsonata", "query": "...", "data": "..." }.
Unified query result
Mode-specific query output for the supplied data payload.
Run this step to process the current input and prepare the next workflow stage.