@Matej Bednár Thanks for the question. Please check the Headers section for Operation Location. The operation ID is returned in the "operation-location" header of the POST response. You can use this ID to construct the GET request
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I tried to use API POST request mentioned here: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/get-started-sdks-rest-api?view=form-recog-3.0.0&preserve-view=true&pivots=programming-language-rest-api#post-request to analyze document from url https://github.com/Azure-Samples/cognitive-services-REST-api-samples/raw/master/curl/form-recognizer/rest-api/invoice.pdf .
Request was successful, but I expected to get response with URL 2 to use it for another request (GET to get result in JSON) - https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/get-started-sdks-rest-api?view=form-recog-3.0.0&preserve-view=true&pivots=programming-language-rest-api#post-response
I didn't receive any message, only empty body 1. Any suggestions?
Thanks
@Matej Bednár Thanks for the question. Please check the Headers section for Operation Location. The operation ID is returned in the "operation-location" header of the POST response. You can use this ID to construct the GET request