API
Deeplink
the deeplink api allows you to call eyrene from a third party application the application will be able to perform the tasks of photographing goods in stores, and after the user finishes work, it will receive control back detailed recognition results can be obtained from the eyrene backend via the data api to set up integration with eyrene, use the sdk for android https //docs eyrene com/android or ios https //docs eyrene com/ios sequencediagram participant 3rd party backend participant 3rd party mobile app participant eyrene mobile app participant eyrene backend 3rd party mobile app >>eyrene mobile app 1 open visit eyrene mobile app >>eyrene backend 2 upload image eyrene backend >>eyrene mobile app 3 update results eyrene mobile app >>eyrene backend 2 upload the image eyrene backend >>eyrene mobile app 3 update results eyrene mobile app >>3rd party mobile app 4 return 3rd party backend >>eyrene backend 5 poll visit results eyrene backend >>3rd party backend 6 return visit results 3rd party backend >>3rd party mobile app 7 update visit steps 3rd party backend ā backend services of a third party mobile application 3rd party mobile app ā a third party mobile app on the same device eyrene mobile app ā eyrene mobile app for android or ios devices eyrene backend ā backend services of the eyrene application how it works open visit during the visit, the third party mobile app hands over control to the eyrene app when transferring control, third party software reports the authorization key, identifier, and visit parameters eyrene, if necessary, creates a visit and allows the user to complete the tasks of the visit upload the image each photo eyrene takes during a visit is uploaded to the backend for recognition update results after the photos are recognized, the eyrene backend updates the results of the visit and returns data to the eyrene app for display on the device screen return when the user completes all tasks in eyrene and clicks "return", the third party application will take control again during one visit, steps 1 4 may be performed several times poll visit results to get detailed visit results, the third party application backend polls the eyrene backend using the data api return visit results the eyrene backend returns the results of a visit in response to a poll visit results request steps 5 6 can be performed multiple times for one visit, as well as in parallel for several visits update visit steps if necessary, the backend of a third party application can adjust the visit steps based on the results from eyrene after that, he transfers the information to his mobile application pros ⢠the simplest integration option, minimal improvements to the calling application ⢠users get all the features of the eyrene app ⢠you need to log in to the calling application only once, re authorization in the eyrene is not required ⢠always up to date eyrene version updates are installed automatically from the os app store ⢠in one project, you can combine both users of the eyrene application and those who work through integration minuses ⢠you need to install two apps on the device ⢠user training is required to work in eyrene ⢠in the process of work, you need to switch between applications how to start android https //help inspector cloud com/en/docs/api/backend/index#data api ā https //help inspector cloud com/en/docs/api/backend/index#how to start 1 get a token install and configure sdk sync master data start a store visit ios https //help inspector cloud com/en/docs/api/backend/index#recognition api ā https //help inspector cloud com/en/docs/api/backend/index#how to start get a token install and configure sdk sync master data start a store visit