HTTP Request Builder

Send API requests with headers, JSON bodies, and quick response inspection.

Request

Build the request, then hit send to see the response details.

Tip: use APIs that support CORS for in-browser testing, such as jsonplaceholder or your local dev servers.

Headers

Body

This HTTP method does not typically send a body payload. Switch to POST/PUT/PATCH/DELETE to enable it.

Curl Preview

curl -X GET   "https://jsonplaceholder.typicode.com/todos/1"

Response

Status, headers, timing, and a body preview appear here.

Send a request to preview the response payload and headers.