Uwear
U
Uwear
/add_avatar_reference

Add Avatar Reference

Fill or replace one reference slot on an existing owned avatar/model from an owned workspace file, an owned generation result, or a public image URL. Creator-li

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 /add_avatar_reference for me.

Input

FieldTypeDescription
avatar_id*integerOwned avatar to update.
slot*string (upper_body_front | full_body_front | full_body_side | full_body_back | detail_eyes | detail_skin)Reference slot to fill or replace.
uploaded_file_idintegerOwned workspace file ID. Use exactly one source field.
generation_result_idintegerOwned image result ID. Use exactly one source field.
image_urlstringPublic HTTP(S) image URL. Use exactly one source field.

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":"/add_avatar_reference","input":{"avatar_id":1,"slot":"upper_body_front"}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /add_avatar_reference -i '{"avatar_id":1,"slot":"upper_body_front"}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/add_avatar_reference", input: {"avatar_id":1,"slot":"upper_body_front"} })

Try it

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