Douyin modelsapi generation api

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

Price: 0.005$ each time. Get the highest quality (original upload quality) play URL of the video This interface will return the highest quality play URL, the original upload quality refers to the quality of the video whe...

Input
Idle

Example output — click Run to generate your own

API README

Get the highest quality play URL of the video

Purpose:

  • Price: 0.005$ each time.
  • Get the highest quality (original upload quality) play URL of the video
  • 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 obtaining high-definition, watermark-free video links, suitable for scenarios that require high-quality videos, such as video editing, archiving, training models, etc.
  • Generally, it can be played online, if not, you can try to download it using IDM or a browser and then play it. Parameters:
  • aweme_id: Video id, prefer to use aweme_id, if not available, use share_url.
  • share_url: Optional, share link, if the video id is provided, this parameter can be omitted.
  • region: Optional, ISO country code (e.g. "CN" / "US" / "HK") used as the request exit region.
    • Douyin returns CDN URLs based on the request IP. Pass region="CN" for users located in mainland China to get China-region CDN URLs, which are significantly faster than overseas CDNs.
    • If omitted, the request uses the service's own exit IP (typically overseas). Return:
  • video_id: Video id
  • original_video_url: Highest quality (original upload quality) play URL
  • video_data: Video data, including metadata such as duration, size, etc.

[Example]

aweme_id = "7512756548356492544" share_url = "https://www.douyin.com/video/7512756548356492544" region = "CN"

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

Related Models