Tag: api

  • Writing answering system using Python and YottaAnaswers API

    We released our API for public use last year. In this tutorial, we will leverage this API to construct a basic responding application in Python. This is a part of series of tutorials. YottaAnswers API There are two versions of API, Public and Private. The Public version is free, and there is no need for […] read more

  • Writing answering system using Node.js and YottaAnaswers API

    We released our API for public use last year. In this tutorial, we will leverage this API to construct a basic responding application in Node.js, Javascript runtime environment. YottaAnswers API There are two versions of API, Public and Private. The Public version is free, and there is no need for registration to use this API. […] read more

  • Writing answering system using Go and YottaAnaswers API

    This year we launched our API for people to use. In this post, we are going to use this api to create a simple answering application in Golang. YottaAnswers API There are two versions of API, Public and Private. The Public version is free, and there is no need for registration to use this API. […] read more