📦 AI Swimsuit Model – Virtual AI Bikini & Swimwear Fashion Showcase – API-powered — AI Swimsuit Model — AI泳装模特生成
v1.0.0AI泳装模特生成工具,通过API将人物照片转换为泳装模特图像。支持上传照片并生成泳装展示效果,需要用户自行提供WESHOP_API_KEY以调用外部图像处理服务。
详细分析 ▾
运行时依赖
版本
ai-swimsuit-model-openapi-skill v1.0.0 - AI泳装模特技能初始版本发布。- 支持上传人物照片并转换为泳装模特图像。- 需要用户API密钥进行安全访问,密钥仅限与openapi.weshop.ai配合使用。- 包含启动任务、轮询状态、上传本地图像的端点。- 支持自定义泳装场景指令和批量处理(1-16张图像)。- 提供认证、输入、参数和用法的详细文档。
安装命令
点击复制技能文档
name: AI Swimsuit Model slug: ai-swimsuit-model-openapi-skill description: AI Swimsuit Model - Transform a person photo into a swimsuit model image version: 1.0.0 api_version: 1.0.0
Overview
This skill transforms a person's photo into a swimsuit model image using the WeShop AI API.
Authentication
This skill requires a WESHOP_API_KEY to access the WeShop API. You must obtain an API key from openapi.weshop.ai.
Usage
Input Parameters
image_path: Path to the local image file (required)text_description: Description of the desired swimsuit scene (optional, has default value)batch_size: Number of images to process (1-16, default: 1)
Workflow
- Check for API Key: The skill will check if WESHOP_API_KEY is available before proceeding.
- Upload Image: Upload the local image to the WeShop API.
- Start Transformation: Initiate the swimsuit model transformation.
- Poll for Result: Poll the status until the transformation is complete.
- Download Result: Download the transformed image(s).
Default Text Description
The default text description is: "A hyper-realistic full-body shot of a woman in a thin bikini at a beach, naturally undress and change the outfit into a thin bikini, high detail, high resolution, 4k"
Customization
You can customize the swimsuit scene by providing a custom text_description parameter.
Security Considerations
- Never share your WESHOP_API_KEY with untrusted parties
- Do not send the API key to domains other than openapi.weshop.ai
- Ensure you have proper consent before transforming images of others
- Be aware of local laws and regulations regarding image transformation
API Endpoints Used
POST /api/v1/ai/swap- Start transformationGET /api/v1/ai/swap/{task_id}- Check statusPOST /assets/images- Upload images
Error Handling
The skill handles various error cases including:
- Missing API key
- Invalid image path
- API rate limiting
- Network errors
Rate Limits
Please refer to the WeShop API documentation for rate limit information.