Hub

API Request Builder

Build, execute, and generate code for HTTP requests.

Request Preview

        
Code Snippet

        

A REST client that is just a web page

Set a method and URL, add query parameters, headers, a JSON or form body and an auth scheme, then send. You get the status code, the response time, pretty-printed JSON, the raw body and the response headers — plus a ready-to-paste cURL, JavaScript fetch or Python requests snippet for the exact request you just built.

Two things to know

Handy as a lightweight stand-in for Postman or Insomnia when you just need to poke an endpoint and get working code out of it.