Introduction

iSmartFrame offers REST API so that you can programmatically integrate iSF in your application.

Request and response encoding

All of our application programming interfaces (APIs) accept request bodies encoded in JSON format, and they provide responses encoded in JSON format as well. We have designed our APIs to efficiently handle the exchange of data in this widely-used and versatile format, ensuring a smooth and standardized communication process between clients and our services.

Error codes

The API utilizes traditional HTTP error codes to communicate status and error information between the client and the server in a standardized manner, ensuring seamless interoperability and effective error handling throughout the communication process.

Last updated