here’s the curl statement for a classify run for one photo:
curl -H “Content-Type: application/json” -H “authorization: Token API_TOKEN”
https://api.ximilar.com/detection/v2/detect -d
‘{“task_id”: “0a8c8186-aee8-47c8-9eaf-348103xa214d”, “records”: [ {"_url": “https://bit.ly/2IymQJv” } ] }’
here’s what i think the web api blocks should look like (NOTE: FOR TWO PHOTOS)
i believe the contents of _url should be the actual url you type in browser to see the image (in this example, you see shortened bit.ly* type of urls)