{
"imageUrl": "https://file.302.ai/gpt/imgs/20250314/compressed_50e6620d86f4424f94fcdb53d174e0f2.jpeg",
"targetType": "0"
}
curl --location --request POST 'https://api.302.ai/302/comfyui/image-to-reality/create-task' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://file.302.ai/gpt/imgs/20250314/compressed_50e6620d86f4424f94fcdb53d174e0f2.jpeg",
"targetType": "0"
}'
{
"code": 200,
"msg": "success",
"data": {
"taskId": "e790fd8a-4f72-4a2e-9e96-5cae96860041"
}
}