SudoMock
Use Case

Tote Bag Mockup API

Create professional tote bag mockups with your designs. Canvas, cotton, and eco-friendly bag templates.

Fast
Rendering
$0.002
Per render
10+
Bag styles
99.9%
Uptime

Supported Bag Styles

Tote bags are an eco-conscious bestseller with growing demand. SudoMock handles various bag styles - flat lay, lifestyle, and folded presentations. Each template can include Smart Objects for front and back print areas.

Cotton Canvas

Natural material look with fabric texture.

Jute/Burlap

Rustic eco-friendly aesthetic.

Recycled Polyester

Modern sustainable option with vibrant colors.

Quick Implementation

Tote Bag Mockup Generation
1// Generate tote bag mockup
2const response = await fetch("https://api.sudomock.com/api/v1/renders", {
3 method: "POST",
4 headers: {
5 "X-API-KEY": process.env.SUDOMOCK_API_KEY,
6 "Content-Type": "application/json"
7 },
8 body: JSON.stringify({
9 mockup_uuid: "tote-canvas-natural-front",
10 smart_objects: [{
11 uuid: "front-print",
12 asset: {
13 url: "https://cdn.example.com/tote-design.png",
14 fit: "contain"
15 }
16 }],
17 export_options: {
18 image_format: "webp",
19 image_size: 2000,
20 quality: 95
21 }
22 })
23});
24
25const { data } = await response.json();
26console.log("Mockup URL:", data.print_files[0].export_path);

Create Tote Bag Mockups

Start with 500 free API credits. No credit card required.