Getting Started
Understanding the Interface
The main workspace is divided into two side-by-side panels:
Request Panel (Left)
Request configuration tabs where you define body, params, headers, authentication, and more. The URL bar with the method selector and the Send button sits above both panels.
Response Panel (Right)
Response body with syntax highlighting, status code, timing, and response metadata tabs.
Sending a Request
- Enter the URL — Type or paste your API endpoint in the URL bar.Example: https://api.example.com/users
- Select the HTTP method — Choose from GET, POST, PUT, PATCH, DELETE, HEAD, or OPTIONS.
- Add request data — Configure headers, body, or authentication if needed.
- Click Send — Or press
Enterwhile the URL input is focused.
Reading the Response
After sending a request, the response panel shows:
StatusHTTP status code (200 OK, 404 Not Found, etc.) with color coding
TimeTotal request duration in milliseconds
SizeResponse body size in bytes/KB
BodyResponse content with JSON/XML syntax highlighting