Quick overview
This workflow provides a simple search form that queries the public ROCKIMG tools catalog API (www.rockimg.com) by keyword, language, and result limit, then returns a list of matching image tools with each tool’s name, URL, and description.
How it works
- Receives a form submission containing a keyword plus optional language and limit values.
- Sends a GET request to the ROCKIMG public tools API (https://www.rockimg.com/api/tools) with the submitted query parameters.
- Checks whether the API response indicates success.
- If successful, splits the returned tools list into individual items and outputs each tool’s name, URL, description, and source website.
- If unsuccessful, returns an error message indicating the API returned no results and includes the ROCKIMG website link.
Setup
- Copy the form trigger URL from n8n and share it with users who should submit searches.
- Customize the form fields (keyword, language dropdown, limit) and default values if you want different options.
- Optionally update the ROCKIMG API base URL if you want to target a localized endpoint (for example, /zh-cn/api/tools).