API

cURL Command Builder

Fill in method, URL, headers, and body to generate a ready-to-paste cURL command no need to remember flag syntax.

Headers
:
Body
No body — pick json/form/raw to add one.
Generated command
curl \
  -L \
  -H 'Authorization: Bearer <token>' \
  'https://api.example.com/v1/resource'

Generated fully client-side — values are shell-escaped with single quotes, nothing is sent anywhere.

Frequently Asked Questions

Related

You might also need