U
Uwear
/upload_avatar_from_chat_file
Upload Avatars from Chat
Batch upload reusable avatars/models from person photos the user attached in chat. Each photo becomes the upper_body_front identity anchor. Keep names and optio
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_avatar_from_chat_file for me.
Input
| Field | Type | Description |
|---|---|---|
| age_range | string | Optional concrete age or age range. Never inferred. |
| build | string | Optional concrete physical build. Never inferred. |
| height_cm | integer | Optional height in centimeters. Never inferred. |
| avatars | array | Avatar/model metadata in the same order as image_file_1, image_file_2, etc. No base64. |
| image_file_1 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_2 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_3 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_4 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_5 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_6 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_7 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_8 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_9 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_file_10 | string | Host-provided uploaded file reference for the matching item index when it has no image_url |
| image_url | string | Single resolved download URL used by automatic opaque-file recovery. |
| name | string | Single recovered avatar/model name |
| description | object | Single recovered avatar metadata |
| file_name | string | Single recovered original file name |
| mime_type | string | Single recovered MIME/content type, e.g. image/png |
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_avatar_from_chat_file","input":{}}'cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /upload_avatar_from_chat_file -i '{}'mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/upload_avatar_from_chat_file", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.