AI object detection & image analysis

Identify and categorise objects in images in real time.

Category
Image & video
Endpoints
1
Updated
2025-09-22

Overview

Object detection with categorisation, returned fast enough to run inside a request rather than a batch job.

It fits inventory tools, accessibility features and any product that needs to know what is in a picture.

Endpoints

Endpoints published by AI object detection & image analysis, with method, path and purpose
Method Path What it does
POST /check Check

Example response

{
    "result": [
        {
            "name": "City buildings",
            "coordinates": {
                "x": 0,
                "y": 400,
                "width": 800,
                "height": 410
            },
            "comments": "The image captures a densely populated urban area with numerous buildings."
        },
        {
            "name": "Water body",
            "coordinates": {
                "x": 0,
                "y": 200,
                "width": 800,
                "height": 200
            },
            "comments": "There is a large water body, likely a river or an inlet, cutting through the city."
        },
        {
            "name": "Bridge",
            "coordinates": {
                "x": 500,
                "y": 290,
                "width": 150,
                "height": 30
            },
            "comments": "A long bridge spans across the water body connecting two parts of the city."
        },
        {
            "name": "Boats",
            "coordinates": {
                "x": 100,
                "y": 280,
                "width": 50,
                "height": 30
            },
            "comments": "Several boats are visible in the water body, indicating water transportation."
        },
        {
            "name": "Sky",
            "coordinates": {
                "x": 0,
                "y": 0,
                "width": 800,
                "height": 200
            },
            "comments": "The sky is cloudy, indicating an overcast day."
        }
    ],
    "cacheTime": 1724353237289
}

Frequently asked questions

Is AI object detection & image analysis free?
AI object detection & image analysis has a Basic plan that costs $0 per month and needs no card. Paid plans exist for higher volume and are listed above.
How do I get an API key for AI object detection & image analysis?
Subscribe to the free plan on the marketplace listing. The key appears immediately and works in the browser playground before you write any code.
How many endpoints does AI object detection & image analysis have?
AI object detection & image analysis publishes 1 endpoints. Each one is listed above with its method, path and purpose.

Best free Image & video APIs

Comparisons →

Try AI object detection & image analysis for free

Subscribe to the free plan, get your key and test every endpoint in the browser playground before you write a line of code.

Get the API key

Related APIs

Updated 2025-09-22 by Bilgisam Ltd. About