{
"req_key": "img2img_e_commerce_style",
"product_image_input": "https://xxx",
"ref_image_input": "https://xxx",
"product_alpha_switch": true,
"mask_invert_switch": true,
"auto_composition_switch": false,
"canvas_width": 1000,
"canvas_height": 1000,
"auto_offset_x": 50,
"auto_offset_y": 50,
"auto_scale": 0.7,
"product_weight": 0.85,
"ref_switch": false,
"ref_weight": 0.75,
"ref_end_at": 0.75,
"seed": -1,
"positive_prompt": "table,room,warm tone,",
"preset_light_switch": false,
"light_position": "Top Light",
"upload_light_switch": false,
"product_safe_switch": false,
"product_edge_weight": 0,
"return_url": true,
"logo_info": {
"add_logo": false,
"position": 0,
"language": 0,
"opacity": 1,
"logo_text_content": "这里是明水印内容"
}
}curl --location -g --request POST '{{BASE_URL}}/volcv/v1' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"req_key": "img2img_e_commerce_style",
"product_image_input": "https://xxx",
"ref_image_input": "https://xxx",
"product_alpha_switch": true,
"mask_invert_switch": true,
"auto_composition_switch": false,
"canvas_width": 1000,
"canvas_height": 1000,
"auto_offset_x": 50,
"auto_offset_y": 50,
"auto_scale": 0.7,
"product_weight": 0.85,
"ref_switch": false,
"ref_weight": 0.75,
"ref_end_at": 0.75,
"seed": -1,
"positive_prompt": "table,room,warm tone,",
"preset_light_switch": false,
"light_position": "Top Light",
"upload_light_switch": false,
"product_safe_switch": false,
"product_edge_weight": 0,
"return_url": true,
"logo_info": {
"add_logo": false,
"position": 0,
"language": 0,
"opacity": 1,
"logo_text_content": "这里是明水印内容"
}
}'{
"id": "chatcmpl-123",
"object": "chat.completion",
"created": 1677652288,
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "\n\nHello there, how may I assist you today?"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 9,
"completion_tokens": 12,
"total_tokens": 21
}
}