Authorization: Bearer ********************
{
"version": "153b0087c2576ad30d8cbddb35275b387d1a6bf986bda5499948f843f6460faf",
"input": {
"image_path": "https://replicate.delivery/mgxm/ea0bab67-b35e-45d8-b0ea-fd3971de3dbd/shop.jpg",
"objects_to_remove": "person"
}
}
curl --location --request POST 'https://yunwu.ai/replicate/v1/predictions' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": "153b0087c2576ad30d8cbddb35275b387d1a6bf986bda5499948f843f6460faf",
"input": {
"image_path": "https://replicate.delivery/mgxm/ea0bab67-b35e-45d8-b0ea-fd3971de3dbd/shop.jpg",
"objects_to_remove": "person"
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}