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
## Create a JSON file with the example request body
32
30
33
31
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.
@@ -61,30 +59,6 @@ parameter |Description |
61
59
|`-H "Ocp-Apim-Subscription-Key:<key>`| Specifies the key for accessing the API. |
62
60
|`-d <documents>`| The JSON containing the documents you want to send. |
63
61
64
-
# [Windows](#tab/windows)
65
-
66
-
Replace `C:\Users\<myaccount>\Desktop\test_detection_payload.json` with the location of the example JSON request file you created in the previous step.
67
-
68
-
### Command prompt
69
-
70
-
```terminal
71
-
curl -X POST "%LANGUAGE_ENDPOINT%/language/:analyze-text?api-version=2023-11-15-preview" ^
0 commit comments