REST Web Service API
Dhiti offers a RESTful API to our exploratory search platform. In short, our platform allows you to:
- Upload a set of documents (html, or text) into a session.
- Extract top topics, or concepts for a document, or a set of documents
- Provide relevance feedback about articles, concepts or nuggets you like and dislike.
Recommendations subsequently change according to that. - Get recommendations of nuggets, articles or categories for a pivot. A pivot can be,
- a url (of a document already added)
- a string (treated as a query)
- a category
- your preferences – based on the relevance feedback
- Persist the session, along with your preferences
Some applications of our API:
- Content discovery on publishing sites. Dhiti Dive.
- Explore pages and topics on any page on the web. Drilll
- Convert your incoming twitter stream into a research library. Intweetion
- Get short, relevant previews from a book. Eg: Preview for the Selfish Gene
Since the API is based on REST principles, it’s very easy to write and test applications. You can use your browser to access URLs, and you can use pretty much any
HTTP client in any programming language to interact with the API.
You need an api key to access any of our webservices. Please contant info@dhiti.com to get access to our webservices, and tell us how you plan to use this.
Base URL
All URLs referenced in the documentation have the following base:
http://api.dhiti.com/
