Build a curl command visually â copy with one click.
Visual curl command builder for testing APIs and HTTP requests. Set URL, method, headers, body and authorization â get a ready command to paste into the terminal.
-X METHOD â HTTP method (GET, POST, PUT, PATCH, DELETE, etc.);-H "Header: value" â add a custom header;-d "data" â request body (for POST/PUT/PATCH);-u user:pass â HTTP Basic Auth;-L â follow HTTP redirects;-v â verbose output (request and response headers);-k â ignore SSL certificate errors;-i â include response headers in output.