Example input
curl https://api.example.com/users
Turn a copied cURL request into URLSession, fetch, or Axios code.
curl https://api.example.com/users
fetch('https://api.example.com/users')
.then(response => response.json())Pasteon shows this Workflow only for matching Text clipboard items.
The Workflow receives the selected clipboard item and the runtime context required for its declared action.
Duplicate or edit the Workflow in Pasteon Settings. Review imported code and Variables before enabling it.
Learn visual Steps, Code mode, Variables, Script Filters, and the complete runtime protocol.