Skip to main content

Detect labels in an image.

POST 

/ai/pictureobjectrecognition

Detects labels in an image using the OpenAI Vision model.

Request

Header Parameters

    ipaas string

Bodyrequired

    imageUrlstringrequired

    The URL of the image to analyze.

    Example: https://example.com/image.jpg

Responses

Success

Schema
    recognizedLabelsstring[]required

    List of recognized labels in the image.