We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc8b901 + 24cbea9 commit a915bc4Copy full SHA for a915bc4
articles/ai-services/content-understanding/quickstart/use-rest-api.md
@@ -100,7 +100,7 @@ Use the `resultId` from the [`POST` response](#post-response) and retrieve the r
100
101
#### GET request
102
```bash
103
-curl -i -X GET "{endpoint}/contentunderstanding/analyzerResults/{resultId}?api-version=2025-05-01-preview" \
+curl -i -X GET "GET {endpoint}/contentunderstanding/analyzers/{analyzerId}?api-version=2025-05-01-preview" \
104
-H "Ocp-Apim-Subscription-Key: {key}"
105
```
106
0 commit comments