
n8n Workflow Automation
Connect Deep Creative Labs API with 400+ apps using n8n's visual workflow builder
Platform
n8n
Deployment
Cloud & Self-Hosted
Integrations
400+ Apps
What is n8n?
n8n is a free and fair-code workflow automation platform. It allows you to automate workflows securely with an intuitive no-code interface, hosted on your infrastructure or in the cloud.
Cloud Hosting
Use n8n's cloud platform - quick setup, no maintenance, automatic updates
Self-Hosted
Deploy on your own infrastructure - complete control and privacy
Prerequisites
Getting Started
Create a New Workflow
Log in to n8n and create a new workflow. Start with a blank canvas or choose from pre-built templates.
Add Deep Creative Labs Node
Search for "HTTP Request" node in n8n's node library. This is what you'll use to call our API.
Configure API Credentials
Set up authentication by adding your Deep Creative Labs API key as a Bearer token in the HTTP headers.
Build Your Workflow
Connect trigger nodes (schedules, webhooks, app events) to our generation API and output nodes (save to database, send emails, etc).
Test & Deploy
Test your workflow with sample data, review the results, then activate to run automatically.
API Configuration
Endpoint Configuration
URL
POST https://api.deepcreativelabs.com/v1/black-forest-labs/flux-kontext-max/predictionsAuthorization Header
Authorization: Bearer YOUR_API_KEYContent-Type
application/jsonRequest Body Example
{
"input": {
"prompt": "A professional product photo"
}
}Common Use Cases
Social Media Automation
Schedule content generation and automatically post to Twitter, Instagram, and other social platforms
E-commerce Bulk Generation
Watch database for new products and automatically generate product images and descriptions
Content Pipeline
Integrate with Google Sheets to trigger batch image generation from marketing briefs
Webhook Triggers
Listen for events from other platforms and generate images on-demand in real-time
Troubleshooting
401 Unauthorized
Verify your API key is correct and included in the Authorization header as a Bearer token
Invalid Request Format
Ensure your JSON payload matches our API specification with required fields: model, model_version, and input
Rate Limiting
Check your rate limits and consider using delays between requests in high-volume workflows
