You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/sentiment-opinion-mining/includes/quickstarts/rest-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Use this quickstart to send sentiment analysis requests using the REST API. In t
37
37
38
38
## Create a JSON file with the example request body
39
39
40
-
In a code editor, create a new file named `request_body.json` and copy the following JSON example. This example request will be sent to the API in the next step.
40
+
In a code editor, create a new file named `test_sentiment_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.
41
41
42
42
```json
43
43
{
@@ -58,7 +58,7 @@ In a code editor, create a new file named `request_body.json` and copy the follo
58
58
}
59
59
```
60
60
61
-
Save `request_body.json` somewhere on your computer. For example, your desktop.
61
+
Save `test_sentiment_payload.json` somewhere on your computer. For example, your desktop.
62
62
63
63
## Send a sentiment analysis and opinion mining API request
64
64
@@ -238,4 +238,4 @@ curl -X POST $LANGUAGE_ENDPOINT/language/:analyze-text?api-version=2023-04-15-pr
238
238
239
239
*[Sentiment analysis and opinion mining language support](../../language-support.md)
0 commit comments