Guides

Retrieve result

Retrieve API result

Response

The Job API call will return with a JSON response as below.

{
  "status": "OK",
  "output": {
    "data": [
      {
        "label": "amusement_park",
        "confidence": 0.6366952061653137
      },
      {
        "label": "tower",
        "confidence": 0.4299171566963196
      },
      {
        "label": "castle",
        "confidence": 0.2965517044067383
      },
      {
        "label": "skyscraper",
        "confidence": 0.2801764905452728
      },
      {
        "label": "museum",
        "confidence": 0.22096014022827148
      }
    ]
}
KeyValueDescription
statusstringCan be "QUEUED", "IN_PROGRESS", "OK", "ERROR"
outputJSONAn JSON Object containing the result.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!