This topic describes the data structures involved in the API operations for the short video AppServer and console.

Data structures

  • User

    Parameter Type Description
    userId string The ID of the user.
    userName string The username of the user.
    avatarUrl string The URL of the profile picture of the user.
  • Video

    Parameter Type Description
    title string The title of the video.
    videoId string The ID of the video.
    description string The description of the video.
    duration string The duration of the video. Unit: seconds.
    coverUrl string The URL of the video thumbnail.
    status string The status of the video.
    firstFrameUrl string The URL of the first frame of the video.
    size string The size of the source video file. Unit: byte.
    tags string The tags of the video. Multiple tags are separated by commas (,).
    cateId string The category ID of the video.
    cateName string The category name of the video.
    creationTime string The time when the video was created.
    transcodeStatus string The status of the transcoding job.
    snapshotStatus string The status of the snapshot taking job.
    censorStatus string The status of the review job.
    narrowTranscodeStatus string The status of the Narrowband HD™ transcoding job.
    fileUrl string The playback URL.
    user User The information about the user.