Build HTTP requests in the browser, inspect responses, and export cURL commands for reproducible API debugging.
Reproduce requests
Combine method, URL, headers, and body in one screen to reproduce an issue and inspect the status code.
Share as cURL
Export a browser-built request as cURL so backend, QA, or operations teammates can reproduce it.
CORS still applies
Requests are sent from the browser, so the target API CORS policy can affect whether the request succeeds.