SudoMock
v1.0

SudoMock API Documentation

Mockup automation infrastructure for automated product rendering. Upload your PSD templates, render unlimited variations programmatically.

2B+
Renders processed
$0.002
Per render
99.9%
Uptime
27
Blend modes

Start Free - No Credit Card Required

Get 500 one-time API credits to test and validate your workflow. Dashboard usage is unlimited forever - no credits consumed.Create account →

Quick Start

Get your first render in 60 seconds. Here's everything you need:

1

Get your API Key

Sign up for free and generate your API key from the dashboard.

Get API Key
2

Upload a PSD Template

Upload your Photoshop mockup file with smart object layers. We'll extract all editable layers automatically.

See Upload API
3

Render Your First Mockup

Call the render endpoint with your design URL. Get back a production-ready image via CDN.

POST /api/v1/renders
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:

Response 200 OK
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

Use the Playground to test renders visually before integrating with your code.

API Endpoints

SudoMock's API is intentionally simple. Two endpoints handle everything you need:

Why SudoMock?

Fast Rendering

Built for high-volume automation workflows. CDN-hosted output for fast delivery.

75x More Efficient

$0.002 per render vs competitors $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 cost efficiency gap isn't magic. We approached this as an engineering problem, not a business opportunity.

Integrations

Connect SudoMock to your existing automation workflows:

Use Cases

Authentication

All API requests require authentication via the X-API-KEY header. Generate your API key from the Dashboard.

Authentication Header
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

Never expose your API key in client-side code or public repositories. Regenerate your key immediately if it's been compromised.

Parallel Limits

Parallel limits depend on your subscription plan. These limits determine how many simultaneous render or upload operations you can have in flight at once:

Free
1parallel
Starter
3parallel
Popular
Pro
10parallel
Scale
25parallel

Need Help?

Still have questions?

Our team is here to help you succeed.

Contact Support →

Missing something? Request a feature or view our roadmap