Operational Endpoints
This page provides an overview of the operational endpoints available in the Recognition API. The purpose is introduce each of these in one page, and provide links and references to learn more.
Information about how to make a valid request to these endpoints can be found in the API Reference.
Recognition
The Recognition family of endpoints are to be used in the day-to-day, normal operation of the system. They are not for configuration like the others.
For more context, and for information on when and why to use these endpoints, see Recognition Request.
For more information on how to use these endpoints, see the Recognise and Select section in the API Reference.
Name | Endpoint | Method | API Reference | Description |
---|---|---|---|---|
Recognise Product | https://recognition.services.tiliter.com/recognition/ | POST | https://developer.tiliter.com/reference/recognise_product | |
Create Selection Report | https://recognition.services.tiliter.com/recognition/{recognition_id}/selection_report | POST | https://developer.tiliter.com/reference/create_selection_report | |
Create Transaction Event | https://recognition.services.tiliter.com/recognition/{recognition_id}/transaction_events | POST | https://developer.tiliter.com/reference/create_transaction_event |
Health Check
For more information on how to use these endpoints, see the Health Check section in the API Reference.
Name | Endpoint | Method | API Reference | Description |
---|---|---|---|---|
Health Check | https://recognition.services.tiliter.com/ | GET | https://developer.tiliter.com/reference/index | A test endpoint. Can be used to confirm your API key is valid, your device is online and can communicate with the Tiliter services, and the API is online and functional. |
Product Samples
For more context, and for information on when and why to use these endpoints, see Troubleshooting
For more information on how to use these endpoints, see the Products section in the API Reference.
Name | Endpoint | Method | API Reference | Description |
---|---|---|---|---|
Create Product Sample | https://recognition.services.tiliter.com/products/{product_id}/samples | POST | https://developer.tiliter.com/reference/create_product_sample | |
Get Product Sample | https://recognition.services.tiliter.com/products/{product_id}/samples/{sample_id} | GET | https://developer.tiliter.com/reference/get_product_sample | |
Delete Product Sample | https://recognition.services.tiliter.com/products/{product_id}/samples/{sample_id} | DELETE | https://developer.tiliter.com/reference/delete_product_sample |
Updated about 1 month ago