POST api/AI/ProcessAITags
Auto-tagging of Media Items
Request Information
URI Parameters
None.
Body Parameters
Collection of IDs
IdList| Name | Description | Type | Additional information | 
|---|---|---|---|
| Ids | List of IDs | Collection of integer | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "ids": [
    1,
    2
  ]
}
        Response Information
Resource Description
Result containing the flag of successful operation
ObjResultOfBoolean| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | boolean | None. | |
| Error | Error description | string | None. | 
| Success | Flag of successful operation | boolean | None. | 
| ErrorCode | Error code | integer | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "data": true,
  "error": "sample string 2",
  "success": true,
  "errorCode": 4
}
        Parameter Information
data
Collection of IDs
| Property | Description | 
|---|---|
| Ids (Int64[]) | List of IDs |