Hive's Logo Inpainting API detects and removes logos from images and video. The model's output consists of a URL leading to the logo-free version of the input image or video as shown below:
{
"response": {
"input": {
"media": {
"url": null,
"filename": "input-video.mp4",
"type": "VIDEO",
"mime_type": "mp4",
"mimetype": "video/mp4",
"width": 480,
"height": 864,
"num_frames": 22,
"duration": 21.967
}
},
"output": "https://hive-data-prod-cdn.thehive.ai/project12345678"
}
}