跳到主要内容

Create Auto-Tagging

POST 

/bv/cms/v1/auto-tagging

Create auto-tagging by source id and type.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    source objectrequired
    id The id of the source. AUTO_TAGGING_SOURCE_TYPE_VOD -> VOD id (string)required
    type stringrequired

    Possible values: [AUTO_TAGGING_SOURCE_TYPE_VOD]

    The type of the source.

    subtitle_id stringrequired

    Required. Subtitle ID.

    content_type Optional. The content type of the source. Currently support 'slide', 'ec' and 'news' (string)
    content_topics string[]

    Optional. The tags produced will follow the given topics.

Responses

A successful response.

Schema

    object

Loading...