{
"content": "",
"templateId": "ca39d44f-e8c8-4a3e-9d09-c3f96cb2fe60",
"negativePrompt": "",
"userImageUrl": "https://pub-static.fotor.com/assets/goart-effects/examples/mini-figure-after.jpg",
"strength": 0.5,
"format": "jpg"
}
curl --location --request POST 'https://api-b.fotor.com/v1/aiart/img2img' \
--header 'Authorization: Bearer <your api key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "",
"templateId": "ca39d44f-e8c8-4a3e-9d09-c3f96cb2fe60",
"negativePrompt": "",
"userImageUrl": "https://pub-static.fotor.com/assets/goart-effects/examples/mini-figure-after.jpg",
"strength": 0.5,
"format": "jpg"
}'
{
"code": "000",
"msg": "success",
"data": {
"taskId": "e0dc194703174b6eafeacb4ee8e02850"
}
}