Sign In
Sign Up
cURL to snippets
Turn a typical curl command into fetch, TypeScript fetch, axios, or Python requests.
cURL command
curl -X POST https://api.example.com/v1/items \ -H "Authorization: Bearer token" \ -H "Content-Type: application/json" \ -d '{"name":"test"}'
Convert