Skip to main content

Process an image by file

POST
api/v2/detect/images/:model

Process an image by file

Path Parameters

  • model string required

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

    Example: scene

Request Body

  • image_file binary

    Filename of the image to be past as multipart/form-data.

Responses

OK


Schema
  • object
Loading...