Quick overview
This workflow uses the paper banana public API to search curated scientific illustration prompts by category and keyword, then outputs one structured n8n item per prompt—including title, prompt text, image URL, and source links—for easy reuse in downstream tools.
How it works
- Starts when you click “Test workflow” in n8n.
- Sets the search inputs (category and optional keyword query) used to filter the Paper Banana prompt library.
- Calls the Paper Banana public API endpoint for research prompts with the configured query parameters.
- Splits the API response so each returned prompt becomes its own item.
- Normalizes each prompt into a consistent record containing the prompt metadata, image URL, citation (if present), and links back to Paper Banana.
Setup
- Open the search configuration step and set the category (for example,
all, biomedicine, model-explainers, data-visualization, or agent-systems) and an optional keyword in q.
- No credentials are required because the workflow uses Paper Banana’s public API.
- Run the workflow manually and use the resulting prompt items in your next steps (for example, saving to Notion or Google Sheets).