Skip to content
FlowHubFluxonLab
W
General Automationfree

Solve PopularCaptcha image challenges with CaptchaSonic via webhook

by captchasonicadapted from n8n official workflow galleryUpdated Aug 2026
Share Post Share
WeReceive Solver RequestReceive Solver …CSCaptchaSonic [Webhook]CaptchaSonic [W…RTReturn Solver ResultReturn Solver R…MaManual Trigger (Test)Manual Trigger …SeSet Test DataCSCaptchaSonic [Manual]CaptchaSonic [M…SeFormat Result12
1/5
FLOWS
STEPS · 2
Starts on an incoming request

Quick Overview This workflow receives a PopularCaptcha image challenge via webhook or manual test input, sends it to CaptchaSonic for recognition/classification, and returns the solved result as JSON to the caller or as formatted output for testing. How it works Receives a POST webhook request containing a base64 image, question, websiteURL, and optional extra fields. Sends the challenge details to CaptchaSonic using the PopularCaptcha image recognition/classification operation. Returns CaptchaSonic’s solution data as a JSON webhook response. Optionally, runs a manual test path that loads sample image/question data and submits it to CaptchaSonic. Formats the manual test output by stringifying the solution data and adding a status and timestamp. Setup Install the n8n-nodes-captchasonic community node in your n8n instance. Create and select a CaptchaSonic credential with your CaptchaSonic API key. If using the webhook path, copy the production webhook URL for /solve-popularcaptcha and configure your client to POST image, question, websiteURL, and optionally extraFields in the request body.

Tags

n8nreference-only
CategoryGeneral Automation
Triggermanual
Complexitymedium
Nodes7
AddedJun 30, 2026
W
free

Tiny tiny Rss (aka tt-rss) Feed to Mastodon

Every 10 minutes look at your published news in your Tiny tiny RSS public feed and make a toot on your mastodon. You'll need: Your mastondon URL instance Your mastondon access token Your Tiny Tiny RSS public published feed URL

by dev
W
free

Generate AI Images & Videos with KIE.AI Midjourney API

Generate AI Images & Videos with KIE.AI Midjourney API Overview Generate high-quality AI images and videos using KIE.AI's Midjourney API through an intuitive form interface. This n8n workflow supports three distinct content creation modes, delivering professional results with automated processing and real-time progress monitoring. Supported Modes: Text-to-Image** (mj_txt2img): Generate original images from written descriptions Image-to-Image** (mj_img2img): Transform or enhance existing images with AI Image-to-Video** (mj_video): Animate still images into short video clips Users interact only through a simple form interface, requiring no coding skills. After submitting a request, the system automatically calls the KIE.AI API, monitors progress in real-time, and retrieves the final output once ready. Perfect for Content creators, designers, marketers, and developers who need to quickly generate diverse AI visual content with automated processing and professional quality results. Prerequisites KIE.AI Account**: Sign up at KIE.AI to obtain your free or paid API key. n8n Instance**: Active n8n instance (cloud or self-hosted) with HTTP Request and form submission capabilities. AI Prompt

by damo
W
free

Automated Recipe Finder with an API - n8n API Tutorial Material

Video Introduction Want to automate your inbox or need a custom workflow? 📞 Book a Call | 💬 DM me on Linkedin Workflow Overview This workflow creates a recipe finder web application that connects to the API Ninjas Recipe API using n8n's HTTP Request node. Users submit search queries through a public web form, which triggers an API call to fetch matching recipes. The results—including recipe title, ingredients, and cooking instructions—are displayed in a formatted completion page. Why This Workflow Is Valuable This template demonstrates API-to-API integration, a crucial skill for connecting services that don't have pre-built n8n nodes. By using direct API calls, you gain access to the full functionality of external services. This pattern can be adapted to integrate virtually any tool with an API into your n8n workflows. Common Use Cases Create public-facing forms that query external databases Build custom search tools for specialized APIs Integrate niche services without dedicated n8n nodes Learn header authentication for secure API connections Setup & Configuration Register for API Ninjas: Sign up at API Ninjas to access their Recipe API Get your API Key: Locate your API key in t

by Milan Vasarhelyi - SmoothWork