Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

API Research

Rahmetullah Varol edited this page Feb 14, 2017 · 13 revisions

What is an API?

An application programming interface (API) is a particular set of rules ('code') and specifications that software programs can follow to communicate with each other. It serves as an interface between different software programs and facilitates their interaction, similar to the way the user interface facilitates interaction between humans and computers. (Source: Wikipedia)

APIs are consistent way of communicating between two systems with given set of rules. There are plenty of APIs out there for various usages on different platforms such as web-based systems, database systems, operating systems and so on.

Our research will focus on IBM Watson APIs:

Clone this wiki locally