Skip to main content
POST
/
query_imgs
Upload 1 query image
curl --request POST \
  --url https://api.wesog.com/query_imgs \
  --header 'API-Key: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form image='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

API-Key
string
header
required

Body

multipart/form-data
image
file
required

Binary image (JPG / PNG ≤ 5 MB)

Response

Successful Response