Documentation
Everything you need to create, test, and share API playgrounds.
Quick Start
Get up and running with TryAPI in under 5 minutes.
Sign up for TryAPI
Create your account and start your 7-day free trial.
Paste a cURL command
Copy any cURL command from your API documentation.
Customize and test
Modify the request, add authentication, and send test requests.
Share or embed
Make your playground public and embed it anywhere.
Documentation
Explore guides and references for all TryAPI features.
Getting Started
Learn the basics of TryAPI and create your first playground in minutes.
cURL Parsing
Master the art of converting cURL commands into interactive playgrounds.
Code Generation
Generate working code snippets in 9 programming languages.
Sharing & Embedding
Share playgrounds publicly and embed them in your documentation.
Authentication
Handle API authentication securely in your playgrounds.
API Reference
Complete reference for the TryAPI REST API.
Creating Your First Playground
Here's an example cURL command you can use to get started:
curl -X POST https://api.stripe.com/v1/charges \
-u sk_test_4eC39HqLyjWDarjtT1zdp7dc: \
-d amount=2000 \
-d currency=usd \
-d source=tok_visa \
-d description="Test charge"Paste this into the playground creator to see TryAPI in action. It's a test mode Stripe API call that won't charge anything.
Need Help?
Can't find what you're looking for? We're here to help.