Pasteon
OfficialBuilt-in

Convert cURL Request

Turn a copied cURL request into URLSession, fetch, or Axios code.

Editor mode
Script Filter
Category
developer
Supported inputs
Text
Distribution
Included with Pasteon
Example input
curl https://api.example.com/users
Example output
fetch('https://api.example.com/users')
  .then(response => response.json())

When it appears

Pasteon shows this Workflow only for matching Text clipboard items.

What it can access

The Workflow receives the selected clipboard item and the runtime context required for its declared action.

Customize safely

Duplicate or edit the Workflow in Pasteon Settings. Review imported code and Variables before enabling it.

Build your own clipboard Workflow

Learn visual Steps, Code mode, Variables, Script Filters, and the complete runtime protocol.