{
"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://api.leebay.cyou/replicate/v1/predictions' \
--header 'Authorization: Bearer $API_TOKEN' \
--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"
}
}'
{}