How to get the list of custom models using the API From Microsoft Azure Document Intelligence?

Hello

i am trying to get the list of trained custom model from the document intelligence studio using the API:

Request Sent parameters

Response:

Document Intelligence Studio: in that, I have 2 trained Model

How do I retrieve the list of a trained custom model from the Azure Document Intelligence Studio.

@kishan.savaliya

are you able to fetch details using the same api from postman because what I think is there is an api version mismatch your models are using v3.1 and in the url you are using v2.0 try changing to atleast v2.1

GET https://myendpoint.cognitiveservices.azure.com/formrecognizer/documentModels/myCustomModel?api-version=2023-07-31
1 Like

@muktadir it is working, but can we connect ?

I want to use the custom model in UiPath to extract the data from the PDF

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.