Skip to main content

Process an image by URL

GET
api/v2/detect/images/:model

Process an image by URL

Path Parameters

  • model string required

    The mode of the detection. Allowed values: logo, object or scene.

    Example: logo

Query Parameters

  • image_url string required

    URL where to download the image.

    Example: https://i.pinimg.com/originals/50/6e/d8/506ed8d71b3c287cf549a6f586587736.jpg
  • detect string

    Only for logos, List of logo IDs to detect in the image.

    Example: audi,bmw
Responses

OK


Schema
  • object
Loading...