Forms Recognizer API – Get Model

The “Get Model” operation will provide the Details that has been identified during the training of a specific model. The model is trained using the “Train Model” operation of the Forms Recognizer API.

API Referencehttps://bit.ly/33CRqwM

  • Launch Postman
  • Append your endpoint URL from pre-requisites step with  /formrecognizer/v1.0-preview/custom/models/{id}
  • Where id – Model Id retrieved from Train Model endpoint
  • Provide the subscription key and content-type in Headers tab
  • Click on Send and you will get the below output for the details identified by the API for that model.
 {
    "modelId": "d405176c-7072-45a4-ab9b-2b515a22d1b8",
    "status": "ready",
    "createdDateTime": "2019-11-09T22:51:00+00:00",
    "lastUpdatedDateTime": "2019-11-09T22:51:06+00:00"
}