Introduction
The Webit Scene Analysis 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 Scene Analysis 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",
"results": [
{
"label": "butte",
"confidence": 0.6373816728591919
},
{
"label": "canyon",
"confidence": 0.1921253353357315
},
{
"label": "rock_arch",
"confidence": 0.04065864533185959
},
{
"label": "mountain",
"confidence": 0.035234201699495316
},
{
"label": "valley",
"confidence": 0.023655911907553673
}
]
},
"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",
"results": [
{
"label": "swimming_pool",
"context": "outdoor",
"confidence": 0.941381573677063
},
{
"label": "swimming_pool",
"context": "indoor",
"confidence": 0.013959112577140331
},
{
"label": "water_park",
"confidence": 0.0133730573579669
},
{
"label": "hotel",
"context": "outdoor",
"confidence": 0.012581768445670605
},
{
"label": "beach_house",
"confidence": 0.004656737670302391
}
]
},
"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",
"results": [
{
"label": "temple",
"context": "asia",
"confidence": 0.8167075514793396
},
{
"label": "pagoda",
"confidence": 0.09926342964172363
},
{
"label": "throne_room",
"confidence": 0.04664391651749611
},
{
"label": "courtyard",
"confidence": 0.006633012555539608
},
{
"label": "building_facade",
"confidence": 0.005810827948153019
}
]
},
"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.