All Products
Search
Document Center

Intelligent Media Services:ListAllPublicMediaTags

Last Updated:Mar 30, 2026

Queries a list of tags of media assets in the public media library.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

BusinessType

string

No

The business type of the media asset.

"sticker"

EntityId

string

No

The entity ID, which is used to distinguish between media assets of different types in the public domain.

Set this parameter to Copyright_Music, which indicates music in the public domain.

Copyright_Music

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

B45F83B7-7F87-4792-BFE9-63CD2137CAF0

MediaTagList

array<object>

The tags of media assets in the public media library.

array<object>

MediaTagId

string

The ID of the media tag.

sticker-gif

MediaTagNameChinese

string

The name of the media tag in Chinese.

Gif

MediaTagNameEnglish

string

The name of the material tag in English.

GIF

Options

array<object>

The options.

object

OptionId

string

The option ID.

Angry

OptionEnglishName

string

The option name in English.

Angry

OptionChineseName

string

The option name in Chinese.

Anger

Examples

Success response

JSON format

{
  "RequestId": "B45F83B7-7F87-4792-BFE9-63CD2137CAF0",
  "MediaTagList": [
    {
      "MediaTagId": "sticker-gif",
      "MediaTagNameChinese": "Gif",
      "MediaTagNameEnglish": "动图",
      "Options": [
        {
          "OptionId": "Angry",
          "OptionEnglishName": "Angry",
          "OptionChineseName": "Anger"
        }
      ]
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.