For API documentation
Create reproducible example commands for technical documentation, internal wikis, or support cases.
Development
Create cURL commands from URL, method, headers, authentication, and body. The tool only generates the command and does not execute a request.
All input stays local in the browser. The generated command may contain tokens, passwords, or API keys and should be checked before sharing.
One parameter per line, for example limit=25. Values are URL-encoded.
One header per line, for example Accept: application/json.
Create reproducible example commands for technical documentation, internal wikis, or support cases.
The tool only builds text. It does not send a request and does not transfer input to the given URL.
Replace real tokens with placeholders such as YOUR_TOKEN or API_KEY before sharing.