Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Simple Profile Picture Generator (No API Keys Needed) Finding the perfect profile picture can be time consuming and frustrating. Whether you need avatars for testing, placeholder images for develop...
n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.html, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Wan Dinie.
Original n8n.io sourceFinding the perfect profile picture can be time-consuming and frustrating. Whether you need avatars for testing, placeholder images for development, or simply want to explore different styles before committing to a design, browsing multiple avatar services one by one is tedious. This workflow solves that universal problem by generating 12 different avatar styles instantly from a single trigger, giving you a complete gallery to choose from in seconds.
const userInput = ''; to const userInput = 'your-name'; to generate consistent avatars based on your chosen keyword.const gender = Math.random() > 0.5 ? 'male' : 'female'; to const gender = 'female'; or const gender = 'male'; for consistent gender across compatible APIs.apis array in the "Generate APIs" node to include your preferred avatar services or remove unwanted styles.size=200 or &size=200 with your desired dimensions (e.g., size=300) in the API URLs within the "Generate APIs" node.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate multiple profile picture avatars with free public APIs (no keys) |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Content Creation, Multimodal AI |
| Author | Wan Dinie |
| Published | 25 Dec 2025 |
Use the JSON export at /data/workflows/12125/12125.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Simple Profile Picture Generator (No API Keys Needed) Finding the perfect profile picture can be time consuming and frustrating. Whether you need avatars for testing, placeholder images for develop...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.