Uwear
U
Uwear
/upload_garment_from_public_url

Upload Garments from URL

Batch upload garments from public HTTP(S) image URLs. Defaults to background removal; pass processing_mode='none' to store original images as-is. Prefer assets

liveunknown~5s typical
mcpuwear
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-uwear-uwear /upload_garment_from_public_url for me.

Input

FieldTypeDescription
garmentsarrayGarments to upload from public HTTP(S) URLs. No chat file objects and no base64.
image_urlstringSingle public HTTP(S) front image URL
back_image_urlstringSingle optional public HTTP(S) back image URL
side_image_urlstringSingle optional public HTTP(S) side image URL
detail_image_urlsarraySingle optional public HTTP(S) detail image URLs
assetsarraySingle garment full asset set. Use asset_kind/asset_view. Exactly one full front is requir
namestringSingle garment name
descriptionstringSingle item-level garment description hint
genderstringSingle garment gender: male, female, unisex
file_namestringSingle original file name
mime_typestringSingle MIME/content type, e.g. image/png
processing_modestringOptional image processing. 'background_removal' removes the background (the platform uploa

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-uwear-uwear","endpoint":"/upload_garment_from_public_url","input":{}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /upload_garment_from_public_url -i '{}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/upload_garment_from_public_url", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.