Request and Response Formats
1. Request format
edocr supports REST format for API requests. That is, a simple HTTP GET or POST.2. Response format
edocr gives response in JSON format.Success response will be in the following format :
{"status":"ok","response":"response"}
An error response will look like :
{"status":"failed","code":"01","message":"Error message"}