Creates an image library.
Description
You can call this operation to create an image library. For more information about how to construct an HTTP request, see Request structure. You can also select an existing HTTP request. For more information, see SDK overview.
Billing: This operation is free of charge.
QPS limit
You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send an excessive number of requests, throttling is implemented, and your business may be affected.
Request parameters
For more information about the common request parameters that must be included in all Content Moderation API requests, see Common parameters.
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Name | String | Yes | test1sdkdk | The name of the image library. |
Category | String | Yes | BLACK | The category of the image library. Valid values:
|
Scene | String | Yes | PORN | The moderation scenario to which the custom image library applies. Valid values:
|
BizTypes | List | No | ["bizTypeA", "bizTypeB","bizTypeC"] | The business scenario. For more information, see CreateBizType. |
Enable | Boolean | No | true | Specifies whether to enable the image library. Valid values:
|
Response parameters
For more information about common response parameters that this operation returns, see Common response parameters.
Examples
http(s)://green.cn-shanghai.aliyuncs.com/?
Action=CreateImageLib&ServiceModule=open_api
&<Common request parameters>
{
"Name": "test1sdkdk",
"BizTypes": [
"bizTypeA",
"bizTypeB",
"bizTypeC"
],
"Category": "BLACK",
"ServiceModule": "open_api",
"Scene": "PORN"
}
{
"requestId": "795D8871-4889-4C0F-A8B1-C7D2B990FF61",
"code": 200
}