WellbyteWellbyte

POST /v1/douyin/app/v3/fetch_multi_video_high_quality_play_url

Batch get the highest quality play URL of videos

stable · 325 credits per success

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 upload…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s -X POST 'https://api.wellbyte.net/v1/douyin/app/v3/fetch_multi_video_high_quality_play_url' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"region":"demo","aweme_ids":"demo"}'

Response

Sample captured 2026-08-27

data{
code:0
data{
total:3
videos[ 2 items ]
failed_count:0
success_count:3
}
meta{
endpoint:"douyin.app.v3_fetch_multi_video_high_quality_play_url"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    regionstringbodyno可选,请求出口地区(ISO 国家代码,如 CNdemo
    aweme_idsstringbodyno作品id列表,用逗号分隔,最多50个demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 325 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs