tool_create_embroidery_effect
Transform images into realistic embroidery effects for logos, artwork, or product designs. Use this tool to prepare designs for embroidery mockups and print-on-demand products.
Instructions
Transform any image into a realistic embroidery/stitched effect.
API: POST /tools/embroidery COST: 6 credits per request
WHEN TO USE: When user wants to:
Convert artwork/designs into embroidery style
Create stitched/embroidered versions of logos or images
Prepare designs for print-on-demand embroidery products
Transform existing artwork to look like embroidery before rendering on mockups
INPUT: Provide image via EITHER:
image_url: Public URL to the image (PNG, JPG, WEBP supported)
image_data_b64: Base64-encoded image data Only ONE input method is required per request.
TIPS FOR BEST RESULTS:
Use high-contrast images with clean edges
Simpler designs with fewer colors produce more realistic embroidery effects
The output can be used directly in mockup renders or saved to asset library
RETURNS: {export_path} - URL to the generated embroidery image (temporary, should be downloaded or saved to permanent storage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public URL to the image to transform. Supported formats: PNG, JPG, WEBP. Either image_url OR image_data_b64 must be provided. | |
| image_data_b64 | No | Base64-encoded image data. Either image_url OR image_data_b64 must be provided. |