cURL
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>" } ] }
Upload 1 image file to be used in a reverse image search. This endpoint returns an image hash that can be used as a reference later in the search query.
Binary image (JPG / PNG ≤ 5 MB)
Successful Response