Introduction
The Webit Classification API lets you effortlessly search between millons of YouTube, Dailymotion and Vimeo videos with a single solution. And it includes a FREE plan to get started with.
API testing and usage
If you want to start using the Classification service or just want to test it a little, just press the buttons below.
You will need a RapidAPI account for testing production endpoints. However, the whole process is completely FREE of charge and no credit card is required.
Below is an example of a not-easy-to-detect nudity. Neural Machine performs very well and understands the image contains nudity, despite of the confusing perspective.
{
"status": "success",
"data": {
"input_source": "url",
"classifications": [
{
"label": "library",
"confidence": 0.8838698267936707
},
{
"label": "bookshop",
"confidence": 0.021788112819194794
},
{
"label": "passenger_car",
"confidence": 0.005931016523391008
},
{
"label": "restaurant",
"confidence": 0.005635641980916262
},
{
"label": "church",
"confidence": 0.00528718763962388
}
]
},
"message": null
}
Here is an example of a black and white image containing nudity. Neural Machine understands what's depicted in the image despite of skin tone colors.
{
"status": "success",
"data": {
"input_source": "url",
"classifications": [
{
"label": "volcano",
"confidence": 0.9326304793357849
},
{
"label": "geyser",
"confidence": 0.0027741435915231705
},
{
"label": "alp",
"confidence": 0.0010055103339254856
},
{
"label": "steam_locomotive",
"confidence": 0.0003668396966531873
},
{
"label": "valley",
"confidence": 0.00032941458630375564
}
]
},
"message": null
}
Here is an example of a black and white image containing nudity. Neural Machine understands what's depicted in the image despite of skin tone colors.