Rest API Call to Azure form Recognizer V3.0

I am trying to access the Azure form Recognizer v3.0 rest api using HTTP request activity but the response conetent is empty.

Provided the request URL, Headers - Content Type - application/PDF, Subscription key, and attachment - File path.

The output of the HTTP request is Status 202 but the response content is null.

Suggest me some idea.

@Charan_R

First try with postman and then use the same here …that way it would be easy to debug…

cheers

Hi Anil, I tried with postman but getting the same result

@Charan_R

So even in postman youa re not getting data?

then the request has issues…please check that and then try

cheers

Thanks anil I will check on the request