Integrate WinFactor with your existing systems. Automate workflows, sync data, and build custom experiences.
Everything you need to integrate WinFactor into your workflow
Standard REST endpoints for templates, submissions, and organizations. JSON request/response format.
Secure API key-based authentication. Generate and manage keys from your dashboard.
Get notified in real-time when customers submit configurations. Integrate with your existing systems.
Generous rate limits for all plans. Enterprise customers get dedicated capacity.
Core endpoints for common operations
/api/v1/templates/api/v1/templates/api/v1/submissions/api/v1/submissions/:id/api/v1/webhooksFetch submissions with a single API call
// Fetch recent submissions
const response = await fetch('https://api.winfactor.app/v1/submissions', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const submissions = await response.json();
// Each submission contains:
// - Customer contact info
// - Template used
// - Exact dimensions for each component
// - Timestamp and metadata| Plan | Requests/min | Requests/day |
|---|---|---|
| Pro | 60 | 10,000 |
| Enterprise | 300 | Unlimited |
All API traffic is encrypted with TLS 1.3
Rotate keys anytime from your dashboard
Track all API activity for compliance
API access and integrations are available on Pro plans and above.