cURL Generator
Create a cURL command by building an HTTP request. Press “Send” to generate a ready-to-copy cURL snippet.
Why generate cURL commands?
Benefits
- Quickly reproduce browser requests from the terminal.
- Share working API calls with teammates or support.
- Useful for debugging headers and request bodies.
Common use cases
- Generating examples for API documentation.
- Testing endpoints from CI or local scripts.
- Debugging auth and content-type problems.
Field guide
Method: HTTP method for your request.
URL: Full URL to call.
Headers: JSON map of headers to include.
Body: Raw payload (ignored for GET/HEAD).
cURL: Generated command shown after sending the request.