POST api/Index/GetSerchAIByKeyword

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PlayerIndexList
NameDescriptionTypeAdditional information
Type

string

None.

ID

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "ID": [
    "sample string 1",
    "sample string 2"
  ]
}