SudoMock API Documentation
Mockup automation infrastructure for automated product rendering. Upload your PSD templates, render unlimited variations programmatically.
Start Free — No Credit Card Required
Quick Start
Get your first render in 60 seconds. Here's everything you need:
Upload a PSD Template
Upload your Photoshop mockup file with smart object layers. We'll extract all editable layers automatically.
See Upload APIRender Your First Mockup
Call the render endpoint with your design URL. Get back a production-ready image in under 1 second.
1curl -X POST "https://api.sudomock.com/api/v1/renders" \2 -H "Content-Type: application/json" \3 -H "X-API-KEY: sm_your_api_key" \4 -d '{5 "mockup_uuid": "your-mockup-uuid",6 "smart_objects": [{7 "uuid": "smart-object-uuid",8 "asset": {9 "url": "https://your-domain.com/design.png"10 }11 }]12 }'Response:
1{2 "success": true,3 "data": {4 "print_files": [{5 "export_path": "https://cdn.sudomock.com/renders/abc123.webp",6 "smart_object_uuid": "smart-object-uuid"7 }]8 }9}Try it Live
API Endpoints
SudoMock's API is intentionally simple. Two endpoints handle everything you need:
Upload PSD
Upload your Photoshop mockup template. We extract smart objects, generate thumbnails, and return UUIDs for rendering.
Learn moreRender Mockup
Swap smart object contents and render production-ready images. Supports multiple formats, sizes, and quality settings.
Learn moreWhy SudoMock?
Sub-Second Rendering
Average response time under 1 second. Built for high-volume automation workflows.
75x Cost Advantage
$0.002 per render vs Adobe's $0.15. We engineered the cost out, not cut corners.
Simple REST API
Two endpoints. Upload your PSD, render with your designs. That's it.
Automation Ready
Native support for n8n, Zapier, Make. Trigger renders from any workflow.
Not a price difference. An engineering difference.
Adobe Photoshop API charges $0.15 per request. Industry average is $0.05-$0.10. SudoMock delivers the same quality at $0.002 per render.
The 25x-75x gap isn't magic. We approached this as an engineering problem, not a business opportunity.
Integrations
Connect SudoMock to your existing automation workflows:
n8n Automation
Official n8n node for visual workflow automation. Trigger renders from any n8n workflow.
Learn moreZapier
Connect SudoMock with 5,000+ apps. No code required.
Learn moreUse Cases
Print on Demand
Automate product mockup generation for POD platforms. Generate thousands of variations in minutes.
Learn moreEtsy & Shopify
Create professional product images for your online store at scale.
Learn moreAuthentication
All API requests require authentication via the X-API-KEY header. Generate your API key from the Dashboard.
1curl -X POST "https://api.sudomock.com/api/v1/renders" \2 -H "X-API-KEY: sm_your_api_key_here" \3 -H "Content-Type: application/json" \4 -d '{ ... }'Keep Your API Key Secure
Rate Limits
Rate limits depend on your subscription plan:
| Plan | Concurrent Renders | Requests/min |
|---|---|---|
| Free | 1 | 10 |
| Starter | 3 | 30 |
| Pro | 5 | 60 |
| Scale | 10 | 120 |
Need Help?
PSD Preparation Guide
Learn how to structure your Photoshop files for optimal rendering results.
Learn moreSmart Objects Guide
Understanding smart objects and how SudoMock processes them.
Learn moreRequest a Feature
Have an idea? Help shape SudoMock's future.
Submit requestStill have questions?
Our team is here to help you succeed.
Contact Support →Missing something? Request a feature or view our roadmap