Preview a product mockup (before creating)
mu_preview_mockupSee the mockup BEFORE creating any product — nothing is created or sold, and it costs no credits. Renders the design on the real garment (Printful) when the kind supports it (source: "printful"), otherwise a clean MU product card (source: "card"), and returns a durable preview image URL. Optionally pass position (front-print DTG apparel only: tee / tee_white / hoodie / crewneck / tank / long_sleeve_tee) to preview a custom print placement — passing the SAME position to mu_create_product prints exactly what you previewed (WYSIWYG). Usually answers in 10-45s; if it returns status="processing", call this tool again with the returned preview_id to keep waiting. Rate limit: 30 previews/hour. Requires Authorization: Bearer <api_key>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Product kind to preview on (required unless preview_id is set). | |
| position | No | Optional print placement — front-print DTG apparel only (tee / tee_white / hoodie / crewneck / tank / long_sleeve_tee). The preview mockup AND the real print order use the same resolved box (WYSIWYG). Preview with mu_preview_mockup before creating. | |
| design_url | No | Absolute https URL of the design artwork (required unless preview_id is set). Use mu_upload_design first for local images. | |
| preview_id | No | Continue waiting on an earlier preview that returned status="processing". |