Table of Contents

Upload API

api.picalike.com/upload/api

host: frontend05-hpc.picalike.corpex-kunden.de
port: 8093
method: POST
parameters should be passed as form fields

required parameters

optional parameters

out

{
  "img_url": <str>,
  "labels": [
    [color, score],
    ...,
    [label, score],
    ...
  ],
  "result":[
    {
      "category": <str>,
      "similar_items":[
        {
          "name": <str>,
      "url": <str>,
      "gender": <str>,
      "brand": <str>,
      "score": <float>,
      "price": <float>
        },
        ...
      ]
    },
    ...
  ]
}