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
35
37
36
38
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.
## Create a JSON file with the example request body
34
37
35
38
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
57
60
58
61
Use the following commands to send the API request using the program you're using. Copy the command into your terminal, and run it.
59
62
60
-
|parameter|Description |
63
+
|Parameter|Description |
61
64
|---------|---------|
62
65
|`-X POST <endpoint>`| Specifies your endpoint for accessing the API. |
63
66
|`-H Content-Type: application/json`| The content type for sending JSON data. |
0 commit comments