{
"oriImageUrl": "https://file.302.ai/gpt/imgs/20250317/compressed_ab0a5230db404edd858b73d2df44c3da.jpeg",
"refImageUrl": "https://file.302.ai/gpt/imgs/20250317/compressed_af59c53023f24a38ad5e8595f8761236.jpeg"
}
curl --location --request POST 'https://api.302.ai/302/comfyui/style-transfer/create-task' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"oriImageUrl": "https://file.302.ai/gpt/imgs/20250317/compressed_ab0a5230db404edd858b73d2df44c3da.jpeg",
"refImageUrl": "https://file.302.ai/gpt/imgs/20250317/compressed_af59c53023f24a38ad5e8595f8761236.jpeg"
}'
{
"code": 200,
"msg": "success",
"data": {
"taskId": "e194fed2-5148-4492-8f87-2cff0556bb21"
}
}