Guides

Retrieve Auto-tags

API to retrieve an image asset's auto-tag data.

Response JSON

{
  "labelAnnotations": [
    {
      "score": 0.8699386,
      "data": "alabel"
    }
  ],
  "bestGuessLabels": [
    {
      "label": "red elephant",
      "languageCode": "en"
    }
  ]
}
ParameterDescription
labelAnnotationsList of labels with confidence score (0 = least confident, 1= very confident)
bestGuessLabelsBest guess summary of the image
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!