WellbyteWellbyte

GET /v1/douyin/index/fetch_report_detail

Get report detail

stable · 2 credits per success

Get full detail of a trend insight report;Includes title, cover, publish time, business tags, content body, image assets,;and PDF download links;report_id: Report ID (string), obtained from fetch_report_search or;fetch_insight_recommend results;Full report data: title, cover, publish_time, business, content, images, pdf_url, etc.

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

Request

curl -s 'https://api.wellbyte.net/v1/douyin/index/fetch_report_detail?report_id=1081' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
id:"1081"
type:"趋势洞察"
cover[ 1 item ]
title:"2024抖音公路旅行趋势灵感指南"
author:"抖音"
content:""
business[ 0 items ]
category:"6"
industry[ 0 items ]
keywords:"抖音 自驾"
visit_cnt:"6422"
post_files[ 1 item ]
create_user:"1070357"
result_type:""
display_time:"2024-09-13"
download_cnt:"1436"
html_content:
"["lf3-trendinsight.bytetos.com/obj/ad-count-platform/【终版】2024抖音公路旅行趋势灵感指南-2024年9..."
introduction:
"“之前我一直都不知道这个国家有多美,直到开始公路旅行。” 这是电影《绿皮书》中的一段经典台词,同时也印证了公路的极大魅力。 公路本身所代表的未知、自由让年轻人..."
union_result:false
coop_institution:""
}
meta{
endpoint:"douyin.index.fetch_report_detail"
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
    report_idstringqueryyes报告ID1081

    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 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs