Skip to content

Commit 1129b1a

Browse files
committed
added spacing
1 parent 7dbf5e2 commit 1129b1a

File tree

2 files changed

+6
-1
lines changed
  • articles/ai-services/language-service

2 files changed

+6
-1
lines changed

articles/ai-services/language-service/key-phrase-extraction/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Use this quickstart to send key phrase extraction requests using the REST API. I
3131
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3232

3333

34+
35+
3436
## Create a JSON file with the example request body
3537

3638
In a code editor, create a new file named `test_kpe_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.

articles/ai-services/language-service/language-detection/includes/quickstarts/rest-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Use this quickstart to send language detection requests using the REST API. In t
3030

3131
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3232

33+
34+
35+
3336
## Create a JSON file with the example request body
3437

3538
In a code editor, create a new file named `test_languagedetection_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.
@@ -57,7 +60,7 @@ Save `test_languagedetection_payload.json` somewhere on your computer. For examp
5760

5861
Use the following commands to send the API request using the program you're using. Copy the command into your terminal, and run it.
5962

60-
|parameter |Description |
63+
|Parameter |Description |
6164
|---------|---------|
6265
|`-X POST <endpoint>` | Specifies your endpoint for accessing the API. |
6366
|`-H Content-Type: application/json` | The content type for sending JSON data. |

0 commit comments

Comments
 (0)