Douyin modelsapi generation api

douyin/app-v3/multi-video-high-quality-play-url

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 (origi...

Input
Idle

Example output — click Run to generate your own

API README

Batch get the highest quality play URL of videos

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.

Related Models