Return vector from an image.

post/retrieval:vectorizeImage

Query parameters

model-versionstring required

Model version. Please refer https://aka.ms/image-retrieval for supported model versions.

api-versionstring required

Requested API version.

Request body

urlstring uri required

Publicly reachable URL of an image.

Response

Success

vectornumber[]

Vector of the image.

modelVersionstring

Model version.

Changes

Changed in 3 of the 4 revisions of this API.14

  • 2023-02-01-preview047f04ae4b611See the full diff
    • endpoint added

      endpoint-added

  • 2023-02-01-preview4021295051f41See the full diff
    • api path removed without deprecation

      api-path-removed-without-deprecation

  • 2023-02-01-previewcd3b1515d86b3See the full diff
    • api operation id Vectorize_Image removed and replaced with ImageRetrieval_VectorizeImage

      api-operation-id-removed

    • api tag ImageRetrievalApi added

      api-tag-added

    • the query request parameter model-version became optional

      request-parameter-became-optional