This tool helps you compose a request and turn it into a curl command you can run in a terminal.
How to use:
- Select the HTTP Method and enter a full absolute URL.
- Add any request headers using one header per line in the format
Name: Value.
- If needed, choose an authentication type and provide either a bearer token or basic auth credentials.
- Enter a request body for methods like
POST, PUT, or PATCH.
- Click Generate Request to produce a curl command, a raw request preview, and the final resolved headers.