Label Image

FREEMIUM
By AI-Engine | Updated hace un mes | Visual Recognition
Popularity

6.5 / 10

Latency

1,306ms

Service Level

100%

Health Check

100%

README

Overview

The Label Image API enables the identification of diverse themes within images, offering valuable insights for image analysis. This capability proves beneficial for applications such as content categorization and comprehensive image understanding.

Main Features

  • Theme Detection: Identify and categorizes diverse themes within images, providing comprehensive insights for image analysis.

Endpoints

HTTP Method URL Description
POST https://label-image.p.rapidapi.com/detect-label Detect labels from image

Labels Detection

Proprity Description
URL https://label-image.p.rapidapi.com/detect-label
Methode POST
POST Parameters image: BINARY OR url: STRING
Supported content-type application/x-www-form-urlencoded | multipart/form-data

Response Schema

"responses": {
  "statusCode": 200,
  "body": {
    "labels": [
      {
        "description": ...,
        "score": ...
      }
    ]
  }
}

Response Field Descriptions

Field Type Description
statusCode int Status code of image processing.
labels[] array An array containing detected labels in the image.
labels[].description string The Label description.
labels[].score float The confidence number associated with the detected label.

Followers: 0
API Creator:
Rapid account: AI Engine
AI-Engine
ai-engine
Log In to Rate API
Rating: 5 - Votes: 1