Design Huddle - Professional Design Automation
Pricing
from $0.01 / 1,000 results
Design Huddle - Professional Design Automation
Automate professional design creation using Design Huddle's template-based design platform. Perfect for marketing agencies, content creators, and businesses needing scalable design production and implement into their existing SaaS infrastructure.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Create, edit, and export professional designs using Design Huddle templates. Perfect for marketing agencies, content creators, and businesses needing scalable design production.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Design Huddle Client Secret (from developer settings)
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "list_templates","clientSecret": "YOUR_API_KEY_HERE","accessToken": "YOUR_API_KEY_HERE","customizations": {},"exportFormat": "png","exportQuality": 90,"maxResults": 20,"batchItems": []}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "list_templates" | Yes* | Operation to perform |
clientId | string | - | No | Your Design Huddle Client ID (from developer settings) |
clientSecret | string | - | Yes* | Your Design Huddle Client Secret (from developer settings) |
accessToken | string | - | Yes* | Pre-generated access token (if you have one). If not provided, will be generated using Client ID/Secret. |
templateId | string | - | No | Design Huddle template ID to use for project creation |
projectId | string | - | No | Design Huddle project ID for export/get/duplicate operations |
projectName | string | - | No | Name for the new project |
customizations | object | {} | No | Template customizations as JSON object. Keys are element IDs, values are replacement content. |
exportFormat | string | "png" | No | Format for project export |
exportQuality | integer | 90 | No | Export quality (1-100, only for jpg/webp) |
templateCategory | string | - | No | Filter templates by category |
templateTags | string | - | No | Filter templates by tags (comma-separated) |
maxResults | integer | 20 | No | Maximum number of results to return |
batchItems | array | [] | No | Array of items for batch creation. Each item should have templateId and customizations. |
webhookUrl | string | - | No | URL to send results to (Zapier, Make, n8n, etc.) |
demoMode | boolean | true | No | Run with sample data (no API credentials required) |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Design Operation | Each design operation (create, export, etc.) processed | $0.02 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal