批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos

Douyinapi

About

批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos

Documentation

批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos

[中文]

用途:

  • 此接口目前优惠活动价为$0.25,活动结束后恢复原价$0.5。不足50个视频按50个视频收费。
  • 批量获取视频的最高画质(原始上传画质)播放链接
  • 该接口会返回最高画质的播放链接,原始上传画质是指用户上传视频时的画质,通常最高画质视频无压缩码率并且文件头包含元数据。
  • 最高画质的视频链接无法从抖音APP或网页版直接获取,需要通过此接口获取。
  • 此接口非常适合用于批量获取高清无水印视频链接,适用于需要高质量视频的场景,如视频编辑、存档、训练模型等。
  • 使用并发请求,提高批量获取效率。
  • 最多支持50个视频ID。

参数:

  • aweme_ids: 作品id列表,用逗号分隔,例如: "123,456,789",最多50个。

返回:

  • total: 总数
  • success_count: 成功数量
  • failed_count: 失败数量
  • videos: 视频列表,每个视频包含以下字段:
    • video_id: 作品id
    • original_video_url: 最高画质(原始上传画质)播放链接
    • file_size: 文件大小(字节)
    • file_size_in_mb: 文件大小(MB)
    • content_type: 内容类型
    • success: 是否成功
    • error: 错误信息(如果失败)

备注:

  • 由于数量较多,处理时间可能会稍长,请增加等待时间。

[English]

Purpose:

  • This interface is currently on sale for $0.25, and will return to the original price of $0.5 after the event ends. If there are less than 50 videos, they will be charged as 50 videos.
  • Batch get the highest quality (original upload quality) play URL of videos
  • This interface will return the highest quality play URL, the original upload quality refers to the quality of the video when the user uploads it, usually the highest quality video has an uncompressed bitrate and the file header contains metadata.
  • The highest quality video link cannot be obtained directly from the Douyin APP or web version, and must be obtained through this interface.
  • This interface is very suitable for batch obtaining high-definition, watermark-free video links, suitable for scenarios that require high-quality videos, such as video editing, archiving, training models, etc.
  • Use concurrent requests to improve batch acquisition efficiency.
  • Support up to 50 video IDs.

Parameters:

  • aweme_ids: Video id list, separated by commas, for example: "123,456,789", up to 50.

Return:

  • total: Total count
  • success_count: Success count
  • failed_count: Failed count
  • videos: Video list, each video contains the following fields:
    • video_id: Video id
    • original_video_url: Highest quality (original upload quality) play URL
    • file_size: File size (bytes)
    • file_size_in_mb: File size (MB)
    • content_type: Content type
    • success: Whether successful
    • error: Error message (if failed)

Note:

  • Due to the large number, the processing time may be slightly longer, please increase the waiting time.

[示例/Example]

aweme_ids = "7512756548356492544,7448118827402972455,7126745726494821640"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models