POST api/keywordGenerate?splitStr={splitStr}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| splitStr | string |
Required |
|
| type | integer |
Required |
Body Parameters
Collection of Collection of stringRequest Formats
application/json, text/json
Sample:
[
[
"sample string 1",
"sample string 2"
],
[
"sample string 1",
"sample string 2"
]
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]