All Products
Search
Document Center

Intelligent Media Services:SearchMediaByFace

Last Updated:Dec 16, 2024

Queries the information about media assets that are related to a specific face.

Operation description

If you have questions about how to use the media asset search feature in Intelligent Media Services (IMS), contact technical support in the DingTalk group (ID 30415005038).

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:SearchMediaByFaceget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNointegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 10. Maximum value: 50.

10
EntityIdstringNo

The ID of the entity.

2d3bf1e35a1e42b5ab338d701efa****
PersonImageUrlstringYes

The URL of the face image.

https://****.oss-cn-shanghai.aliyuncs.com/input/huangxuan****.jpg
FaceSearchTokenstringYes

The token that is used to identify the query. You can use this parameter in the SearchMediaClipByFace operation to specify the same query conditions.

zxtest-huangxuan-2023-3-7-V1
SearchLibNamestringNo

The name of the search library.

test1
MediaTypestringNo

The type of the media asset. Valid values:

  • image
  • video
video

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

7CA7D615-CFB1-5437-9A12-2D185C3EE6CB
Successstring

Indicates whether the request was successful. Valid values: true false

true
Codestring

The status code returned.

200
MediaInfoListarray<object>

The media assets that meet the conditions.

MediaInfoobject

The information about the media assets.

MediaIdstring

The ID of the media asset.

3b187b3620c8490886cfc2a9578c****
Totallong

The total number of data records that meet the specified filter condition.

163

Examples

Sample success responses

JSONformat

{
  "RequestId": "7CA7D615-CFB1-5437-9A12-2D185C3EE6CB",
  "Success": "true",
  "Code": "200",
  "MediaInfoList": [
    {
      "MediaId": "3b187b3620c8490886cfc2a9578c****"
    }
  ],
  "Total": 163
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-10-12The request parameters of the API has changedView Change Details