Can't use 'search the target' API CRS on web

0 votes
asked Oct 28, 2019 by rakhmat95 (130 points)

Why I can't call API 'search the target'?

This is what I'm trying to call :

xxxxxxxxx.na1.crs.easyar.com:8888/search

I already include all the parameter and follow the documentation

{
    "image":"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgM...",
    "timestamp": 1514736000000,
    "appKey": "test_app_key",
    "signature": "89985e2420899196db5bdf16b3c2ed0922c0c221"
}
but i always got a response like this :
{
"timestamp":1572294386008,
"status":404,
"error":"Not Found",
"message":"Not Found",
"path":"\/search\/"
}

1 Answer

–1 vote
answered Oct 29, 2019 by zhnagjian (11,130 points)

Please use xxxxxxxxx.na1.crs.easyar.com:8080, if you call the API of search.

commented Oct 29, 2019 by rakhmat95 (130 points)
it won't work, i already change the port to 8888, and no response
commented Oct 29, 2019 by rakhmat95 (130 points)
Please give me some detail explaination
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...