Developer Overview
Estimated reading time: 1 minuteOverview
Web APIs (Application Programming Interfaces) have become the fundamental building blocks of the interconnected web. These interfaces enable different software systems and applications to communicate with the Interject Add-in, facilitating the exchange of data and functionality in a seamless and standardized manner.
Interject provides 3 web APIs built on 3 different platforms. These Web APIs serve as a bridge between custom data sources and the Interject Excel Add-in, allowing them to request and share information, perform actions, and deliver real-time updates.
.Net API
The Interject .Net API is built on C# and the .NET Framework.
Python API
The Interject Python API is built on Python and Flask.
Java API
The Interject Java API is built on Java and the Spring Framework.