How can I get the response header using Call API

What I want to do using Call API in Glide is getting resltID after sending the POST using Form Recognizer API from response header to send GET method for checking result.

Call API to get the result, the cell is empty because the response JSON file contains nothing. That’s why I have to look for the resultID in the response header.

Cognitive Services APIs Reference (microsoft.com)

[POST response]

I’m not sure if it would work, but maybe you can try using JavaScript to fetch the URL and write a snippet that would return a header, opposed to using Call API, which might only ever return the body.

1 Like

Thank you. I solve this problem using http module in Make.com.

Even if I’m using a business plan, it’s very inconvenient to have to use make.com to implement these features.

1 Like