Skip to content

Commit 1a38470

Browse files
Merge pull request #1313 from laujan/patch-5
Update use-rest-api.md
2 parents fec35eb + 89e4c4c commit 1a38470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use Content Understanding, you need an Azure AI services multi-service resour
4343
* [Windows](https://curl.haxx.se/windows/)
4444
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
4545

46-
## Create an analyzer (PUT request)
46+
## Create an analyzer (PUT)
4747

4848
To create custom analyzer, a schema definition input is required. The following steps show you how to use a sample schema to create a custom analyzer.
4949

@@ -100,7 +100,7 @@ Before you run the cURL command and call the PUT request to create an analyzer a
100100
> The value is limited to document file format.
101101
> If you use `trainingData` replace the `containerUrl` with the SAS URL to your training data storage.
102102
103-
## Analyze a file (POST Request)
103+
## Analyze a file (POST)
104104
Call the POST Request to analyze and extract data from a file.
105105

106106
Before you run the cURL command, make the following changes to the HTTP request:
@@ -133,7 +133,7 @@ Prebuilt Analyzers are available for document files. To use any of these prebuil
133133
|prebuilt-layout| Extracts regions of interest including text, tables, table headers, selection marks, and structure information from documents and scanned images.|
134134

135135

136-
## Get analyze results (GET Request)
136+
## Get analyze results (GET)
137137

138138
Call the Get analyze result API to retrieve the extracted data.
139139

0 commit comments

Comments
 (0)