File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/content-understanding/quickstart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ Operation-Location: {endpoint}/contentunderstanding/analyzerResults/{resultId}?a
9696Use the ` resultId ` from the [ ` POST ` response] ( #post-response ) and retrieve the result of the analysis.
9797
98981 . Replace ` {endpoint} ` and ` {key} ` with the endpoint and key values from your Azure portal Azure AI Foundry instance.
99- 2 . Replace ` {resultId } ` with the ` resultId ` from the ` POST ` response.
99+ 2 . Replace ` {analyzerResultId } ` with the ` id ` from the ` POST ` response or use the complete URL from the ` Operation-Location ` response header .
100100
101101#### GET request
102102``` bash
103- curl -i -X GET " GET {endpoint}/contentunderstanding/analyzers/{analyzerId }?api-version=2025-05-01-preview" \
103+ curl -i -X GET " GET {endpoint}/contentunderstanding/analyzerResults/{analyzerResultId }?api-version=2025-05-01-preview" \
104104 -H " Ocp-Apim-Subscription-Key: {key}"
105105```
106106
You can’t perform that action at this time.
0 commit comments