We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a987d commit 10a3b47Copy full SHA for 10a3b47
articles/ai-services/content-safety/quickstart-custom-categories.md
@@ -95,9 +95,9 @@ curl -X POST "<your_endpoint>/contentsafety/text:analyzeCustomCategory?api-versi
95
-H "Ocp-Apim-Subscription-Key: <your_api_key>" \
96
-H "Content-Type: application/json" \
97
-d "{
98
- \"text\": \"<Example text to analyze>\",
99
- \"categoryName\": \"survival-advice\",
100
- \"version\": 1
+ \"text\": \"<Example text to analyze>\",
+ \"categoryName\": \"survival-advice\",
+ \"version\": 1
101
}"
102
```
103
0 commit comments