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
| Field | Type | Description |
|---|---|---|
| garments | array | Garments to upload from public HTTP(S) URLs. No chat file objects and no base64. |
| image_url | string | Single public HTTP(S) front image URL |
| back_image_url | string | Single optional public HTTP(S) back image URL |
| side_image_url | string | Single optional public HTTP(S) side image URL |
| detail_image_urls | array | Single optional public HTTP(S) detail image URLs |
| assets | array | Single garment full asset set. Use asset_kind/asset_view. Exactly one full front is requir |
| name | string | Single garment name |
| description | string | Single item-level garment description hint |
| gender | string | Single garment gender: male, female, unisex |
| file_name | string | Single original file name |
| mime_type | string | Single MIME/content type, e.g. image/png |
| processing_mode | string | Optional 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.