Send API requests with headers, JSON bodies, and quick response inspection.
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.
Curl Preview
curl -X GET "https://jsonplaceholder.typicode.com/todos/1"
Status, headers, timing, and a body preview appear here.