Skip to content
Tech News
← Back to articles

purl: a curl-esque CLI for making HTTP requests that require payment

read original get Postman API Client → more articles
Why This Matters

purl introduces a new command-line tool that simplifies making paid HTTP requests, integrating payment directly into the request process. This innovation is significant for the tech industry as it streamlines monetized API interactions, potentially transforming how paid services are accessed and integrated. Consumers and developers benefit from a more seamless, secure, and efficient way to handle paid API calls.

Key Takeaways

$ purl Description A curl-esque CLI for making HTTP requests that require payment. Designed for humans and agents alike. Built by Stripe . View the source code on GitHub payments + curl = purl Install # Homebrew $ brew install stripe/purl/purl # or via shell script $ curl -fsSl https://www.purl.dev/install.sh | bash Usage # Setup your wallet $ purl wallet add # Test a free endpoint $ purl https://www.purl.dev/test/free # Test a paid endpoint (0.01 USDC) $ purl https://www.purl.dev/test/paid