
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
虚拟试穿
POST
/kling/v1/images/kolors-virtual-try-on
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
model_name
enum<string>
optional
Allowed values:
kolors-virtual-try-on-v1kolors-virtual-try-on-v1-5
Default:
kolors-virtual-try-on-v1
human_image
string
required
cloth_image
string
required
callback_url
string <uri>
optional
Example
{
"model_name": "kolors-virtual-try-on-v1-5",
"human_image": "https://assets.christiandior.com/is/image/diorprod/LOOK_F_25_1_LOOK_095_E04?$lookDefault_GH-GHC$&crop=568,0,1864,2000&bfc=on&qlt=85",
"cloth_image": "https://assets.christiandior.com/is/image/diorprod/511R59A1166X3389_E01?$default_GHC$&crop=501,147,998,1572&bfc=on&qlt=85"
}
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2025-01-05 06:44:21