Send a request to see the response.
Send a request to see the response.
API Tester is a free, browser-based REST API client. Build and send HTTP requests, manage headers, authentication and request bodies, and inspect formatted JSON responses — all without installing software, creating an account, or running a server. Everything happens locally in your browser, so your tokens and data never leave your device.
Send GET, POST, PUT, PATCH, DELETE, HEAD and OPTIONS requests to any REST endpoint.
Add custom request headers and edit query parameters that stay in sync with the URL.
Set a Bearer, Basic or API-key token once and have it applied automatically to every request.
Send JSON, x-www-form-urlencoded, multipart form-data or raw text bodies.
Paste a cURL command into the URL field to instantly recreate the whole request.
View responses with syntax highlighting, and validate, format or minify JSON instantly.
curl command to auto-fill everything.Yes — it is completely free with no sign-up, no account, and no usage limits.
No. It is a single static page that runs entirely in your browser. You can open the file directly or host it on any static host.
Yes. Paste any curl command into the URL field and the method, URL, headers, auth and body are filled in for you.
Yes. Requests go straight from your browser to the API. Auth tokens and request history are stored only in your browser's local storage.
Browsers enforce CORS: if an API does not return permissive CORS headers, the browser blocks the response. This is a browser security rule, not a bug in the tool. Tick Bypass CORS (or click Retry with CORS bypass on the error) to relay the request through our server, which is not subject to CORS — your request is forwarded as-is and never stored.