cURL Generator
You often need the curl form of a request from the browser. Set method and URL, add headers and an optional body, and copy a line-continued command from this online cURL generator.
What it is for
Turn an HTTP request into a curl command you can paste into a terminal, doc, or CI job.
How to use
- Choose a method and enter the URL.
- Add headers such as Content-Type:application/json, plus a body when needed.
- Copy the curl command, or import it in the API debugger to send it.
FAQ
Is the command uploaded?
No. Generation stays in the browser.
Is this the API debugger?
This page only builds curl text. Use the API debugger to send the request.
More in this topic: DevOps Tools Online