Skip to content

Commit a7f0e1b

Browse files
committed
disable content filtering
1 parent d5b5df6 commit a7f0e1b

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ First, create a JSON file named `request_body.json` with the following content:
8989

9090
* To request modified content filtering, complete the following form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
9191

92-
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property:
92+
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property. Here is an example:
9393

9494
```json
9595
{
@@ -103,7 +103,9 @@ First, create a JSON file named `request_body.json` with the following content:
103103
"returnDetails": true,
104104
},
105105
"fieldSchema": {
106-
...
106+
107+
<insert your schema here>
108+
107109
}
108110
}
109111

@@ -142,7 +144,7 @@ First, create a JSON file named `request_body.json` with the following content:
142144

143145
* To request modified content filtering, complete the following form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
144146

145-
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property:
147+
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property. Here is an example:
146148

147149
```json
148150
{
@@ -154,8 +156,10 @@ First, create a JSON file named `request_body.json` with the following content:
154156

155157
"returnDetails": true,
156158
},
157-
"fieldSchema": {
158-
...
159+
"fieldSchema": {
160+
161+
<insert your schema here>
162+
159163
}
160164
}
161165

@@ -209,7 +213,7 @@ First, create a JSON file named `request_body.json` with the following content:
209213

210214
* To request modified content filtering, complete the following form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
211215

212-
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property:
216+
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property. Here is an example:
213217

214218
```json
215219
{
@@ -223,7 +227,9 @@ First, create a JSON file named `request_body.json` with the following content:
223227
"locales": ["en-US"]
224228
},
225229
"fieldSchema": {
226-
...
230+
231+
<insert your schema here>
232+
227233
}
228234
}
229235

@@ -261,7 +267,7 @@ First, create a JSON file named `request_body.json` with the following content:
261267

262268
* To request modified content filtering, complete the following form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
263269

264-
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property:
270+
* Once approved, create or update your `request_body.json` file to include the `"disableContentFiltering": true` property. Here is an example:
265271

266272
```json
267273
{
@@ -273,7 +279,9 @@ First, create a JSON file named `request_body.json` with the following content:
273279

274280
},
275281
"fieldSchema": {
276-
...
282+
283+
<insert your schema here>
284+
277285
}
278286
}
279287

0 commit comments

Comments
 (0)