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
96
96
Use the ` resultId ` from the [ ` POST ` response] ( #post-response ) and retrieve the result of the analysis.
97
97
98
98
1 . 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 .
100
100
101
101
#### GET request
102
102
``` 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" \
104
104
-H " Ocp-Apim-Subscription-Key: {key}"
105
105
```
106
106
You can’t perform that action at this time.
0 commit comments