Skip to content

Commit 0be6e6d

Browse files
authored
Merge pull request #178929 from anatolip/anatolip-fix-broken-links
Fix incorrect links in Rest Api quick start
2 parents 5554478 + 37c2f55 commit 0be6e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ https://{host}/formrecognizer/documentModels/{modelId}/analyzeResults/**{resultI
117117

118118
### Get general document results
119119

120-
After you've called the **[Analyze document](https://westus.api.cognitive.microsoft.com/formrecognizer/documentModels/prebuilt-document:analyze?api-version=2021-09-30-preview&stringIndexType=textElements)** API, call the **[Get analyze result](https://westus.api.cognitive.microsoft.com/formrecognizer/documentModels/prebuilt-document/analyzeResults/{resultId}?api-version=2021-09-30-preview)** API to get the status of the operation and the extracted data. Before you run the command, make these changes:
120+
After you've called the **[Analyze document](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)** API, call the **[Get analyze result](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/GetAnalyzeDocumentResultw)** API to get the status of the operation and the extracted data. Before you run the command, make these changes:
121121

122122
1. Replace `{endpoint}` with the endpoint that you obtained with your Form Recognizer subscription.
123123
1. Replace `{subscription key}` with the subscription key you copied from the previous step.

0 commit comments

Comments
 (0)