Templates
Start with pre-built API workflows — real APIs, real examples
REST API Practice
Practice REST API operations with JSONPlaceholder. Fetch posts and create new ones - works instantly with no setup!
GitHub User Profile
Fetch GitHub user profile and repositories. Uses the famous "octocat" user - works instantly!
Random User Generator
Generate random user profiles with names, emails, and avatars. Perfect for testing user interfaces!
Random Dog Images
Fetch random dog images from the Dog CEO API. A fun way to learn API chaining!
Cat Facts API
Get random cat facts! A simple API to practice GET requests and data extraction.
Pokémon API Explorer
Explore Pokémon data! Get details about any Pokémon including stats, types, and abilities.
Programming Jokes
Get random programming jokes! Perfect for learning API response handling.
IP Geolocation Lookup
Get geolocation data for any IP. Uses ip-api.com with generous rate limits (45 req/min).
DummyJSON Users API
Practice with fake user data from DummyJSON. Fetch users and create new ones - great for testing!
HTTP Methods Tester
Test different HTTP methods (GET, POST) with httpbin. Great for debugging and learning HTTP!
Inspirational Quotes
Get random inspirational quotes from DummyJSON. Simple API to practice data extraction!
World Countries Data
Explore country data including population, languages, and currencies. No API key needed!
Using Variables
Templates use {{variable}} syntax. Replace placeholders like {{OPENAI_API_KEY}} with your actual API keys in the flow editor. Variables extracted from responses can be used in subsequent steps.