Run in Apifox
This API allows users to upload photos of the father and mother, then automatically generates a predicted image of their child by blending both parents’ facial features. Users can select the preferred gender and adjust how strongly the resulting image resembles each parent.
Request Body Params application/json
{
"genderPrompt" : "boy" ,
"weight" : 0.5 ,
"userFatherImageUrl" : "https://u-static.fotor.com/uid_0f5eccd484e6403084043fd20e320027/image_to_image/app-fotor-web/8e1ce0ef-4002-4090-827f-a7fbeacdfa7e.jpeg" ,
"userMotherImageUrl" : "https://u-static.fotor.com/uid_0f5eccd484e6403084043fd20e320027/image_to_image/app-fotor-web/aa40e389-dc5a-4d7e-8db3-cc2b463ca36e.jpeg"
} Request Code Samples
curl --location --request POST 'https://api-b.fotor.com/v1/aiart/aibaby' \
--header 'Authorization: Bearer <your api key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"genderPrompt": "boy",
"weight": 0.5,
"userFatherImageUrl": "https://u-static.fotor.com/uid_0f5eccd484e6403084043fd20e320027/image_to_image/app-fotor-web/8e1ce0ef-4002-4090-827f-a7fbeacdfa7e.jpeg",
"userMotherImageUrl": "https://u-static.fotor.com/uid_0f5eccd484e6403084043fd20e320027/image_to_image/app-fotor-web/aa40e389-dc5a-4d7e-8db3-cc2b463ca36e.jpeg"
}' Responses application/json Generate Code
{
"code" : "000" ,
"msg" : "success" ,
"data" : {
"taskId" : "e0dc194703174b6eafeacb4ee8e02850"
}
} Modified at 2025-11-14 08:12:57