top of page
API
Unali exposes the following endpoints at https://api.askunali.com:
/query turn user query into embeddings
/answer get answer for query
/sources get sources for an answer
/products get products matching an answer
/feedback attach feedback to a response
All endpoints require authorization using a bearer token. This token can be found in your user settings in the dashboard, and should never be shared publicly.
If you suspect that your token has been compromised, you can generate a new one in the dashboard.
Go to:
bottom of page