cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3?aweme_id=7592116912205630761' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3',
params={"aweme_id": "7592116912205630761"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"aweme_id": "7592116912205630761"});
const response = await fetch(`https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"aweme_detail": {
"is_life_item": false,
"uniqid_position": null,
"bodydance_score": 0,
"entertainment_recommend_info": "{\"recommend_free_count\":0,\"test_info\":\"\",\"recommend_playlet_trigger_reqid\":\"\",\"recommend_playlet_trigger_cid\":\"\",\"recommend_playlet_trigger_reqid_type\":\"\",\"playlet_continue_play_config\":null,\"roi3_mode\":0,\"predict_identity\":\"\"}",
"interaction_stickers": null,
"position": null,
"component_control": {
"data_source_url": "/aweme/v1/aweme/detail/"
},
"distribute_circle": {
"distribute_type": 0,
"is_campus": false,
"campus_block_interaction": false
},
"caption": "",
"comment_words_recommend": {},
"aweme_listen_struct": {
"trace_info": "{\"copyright_not_speech\":\"false\",\"copyright_reason\":\"43_163_hide\",\"copyright_tag_hit\":\"\",\"copyright_use_aed_default\":\"false\",\"copyright_use_tag_default\":\"false\",\"cp_ab\":\"false\",\"desc\":\"\",\"duration_over\":\"false\",\"hit_high_risk\":\"false\",\"luna_attr\":{\"suitable\":false},\"media_type\":\"43\",\"reason\":\"hit_listen_video_status_1\",\"show\":\"false\"}",
"listen_diversion": {
"side_desc": "听更多精彩内容",
"popup_scene": 4,
"sub_title_type": "relation"
}
},
"entertainment_video_type": 3,
"story_ttl": 0,
"incentive_item_type": 0,
"feed_comment_config": {
"image_challenge": {
"inner_publish_text": "我也发一张"
},
"double_publish_limit": 1,
"input_config_text": "善语结善缘,恶言伤人心",
"audio_comment_permission": 1,
"common_comment_permission": 0,
"author_audit_status": 0,
"common_flags": "{\"api_ab\":\"0\",\"hashtag\":\"[{\\\"name\\\":\\\"赚钱思维\\\",\\\"id\\\":1649160500962315},{\\\"name\\\":\\\"生意经\\\",\\\"id\\\":1589261995125918},{\\\"name\\\":\\\"沟通技巧\\\",\\\"id\\\":1603137507520515}]\",\"item_author_nickname\":\"李豪\",\"video_labels_v2_tag1\":\"职场\",\"video_labels_v2_tag2\":\"个人提升\\&管理\",\"video_type\":\"all\"}",
"input_config_text_type": "default_guide"
},
"personal_page_botton_diagnose_style": 2,
"is_new_text_mode": 0,
"impression_data": {
"group_id_list_a": [],
"group_id_list_b": [],
"similar_id_list_a": null,
"similar_id_list_b": null,
"group_id_list_c": [],
"group_id_list_d": []
},
"is_image_beat": false,
"image_comment": {
"comment_highlight_text": ""
},
"entertainment_product_info": {
"market_info": {
"limit_free": {
"in_free": false
}
}
},
"original_images": null,
"author_mask_tag": 0,
"item_comment_settings": 0,
"video_text": [],
"chapter_list": null,
"image_list": null,
"aweme_control": {
"can_comment": true,
"can_show_comment": true,
"can_forward": true,
"can_share": true
},
"is_from_ad_auth": false,
"geofencing_regions": null,
"photo_search_entrance": {
"ecom_type": 0
},
"is_share_post": false,
"dislike_dimension_list_v2": null,
"xigua_base_info": {
"status": 0,
"star_altar_order_id": 0,
"star_altar_type": 0,
"item_id": 0
},
"challenge_position": null,
"is_aigc_media": false,
"cf_assets_type": 0,
"is_first_video": false,
"geofencing": [],
"preview_title": "生意场上,装逼就是节省沟通成本 生意经 沟通技巧 赚钱思维 #装逼时刻",
"jump_tab_info_list": [],
"enable_comment_sticker_rec": false,
"nickname_position": null,
"comment_gid": "7592116912205630000",
"fall_card_struct": {
"recommend_reason_v2": "[]"
},
"authentication_token": "MS4wLjAAAAAAMFonw4pufT0i_bvECosO2N0hcWJiQHDtNfrGdr5uQQ6rl4tYxvZqKR_owZE7ndFOPFGESfxtA8jnhK-JDUx_jbpGPHtI2jWR-Yvmf6qyZp4s_wXL8ZR2h0BOyqyTGD2ql9L1xWupiYpUAZXENrLgmSsfDH_btZtUTvZTZ_bdWO7lbhcK_2oSusWCY5KEBiqE2slvFVOgjqFK4IpbiiZlzlevCY0XE1e8Im8gj6d7D871WM0bMcTcLa2yk--OHkpH",
"diversion_bar_info": [],
"item_duet": 0,
"is_use_music": true,
"should_open_ad_report": false,
"images": null,
"origin_duet_resource_uri": "",
"is_top": 0,
"has_vs_entry": false,
"is_karaoke": false,
"nearby_level": 0,
"is_duet_sing": false,
"friend_recommend_info": {
"friend_recommend_source": 26,
"disable_friend_recommend_guide_label": false
},
"is_in_scope": false,
"is_pgcshow": false,
"flash_mob_trends": 0,
"collect_stat": 0,
"comment_list": null,
"can_cache_to_local": false,
"promotions": [],
"label_top_text": null,
"poi_patch_info": {
"item_patch_poi_prompt_mark": 0,
"extra": ""
},
"preview_video_status": 0,
"relation_labels": null,
"hybrid_label": null,
"group_id": "7592116912205630761",
"visual_search_info": {
"is_show_img_entrance": false,
"is_high_accuracy_ecom": false,
"panel_entrance_text": "识别图片",
"tag_space": "others",
"is_ecom_img": false,
"is_high_recall_ecom": false,
"panel_entrance_intent": "default"
},
"aweme_type_tags": "",
"misc_info": "{\"common_business_mob\":\"{}\",\"is_teen_video\":0}",
"item_warn_notification": {
"type": 0,
"content": "",
"show": false
},
"share_url": "https://www.iesdouyin.com/share/video/7592116912205630761/?region=US&mid=7574267925964655402&u_code=-1&did=MS4wLjABAAAAO1EOv0lKbDlh6SJZEwA_mVaS_v-tmOqYc6MTQZNhtkyv5dYcRU1dKNNBQGFMKkk3&iid=MS4wLjABAAAAf9-pPQJH4qTCXeNyeVjByEQnTEjHLvEgglxbzZKx2KaFzfPYN9ojwKpPXqZUnDG2&with_sec_did=1&video_share_track_ver=&titleType=title&share_sign=q_s_YzqG8wcEF9kBEOz79oBuggyWPDwd.Rv0RQ.Kdos-&share_version=370400&ts=1787195027&from_aid=2329&from_ssr=1&share_track_info=%7B%22link_description_type%22%3A%22%22%7D",
"origin_comment_ids": null,
"lite_info": {
"can_done_lite_video_interaction": false,
"red_pack_user_status": 0
},
"original": 0,
"share_info": {
"share_signature_url": "",
"share_link_desc": "3.35 Ljp:/ l@C.Hi 01/10 :8pm 生意场上,装逼就是节省沟通成本 # 生意经 # 沟通技巧 # 赚钱思维 # 装逼时刻 %s 复制此链接,打开抖音极速版搜索,直接观看视频!",
"share_quote": "",
"share_signature_desc": "",
"share_title_myself": "",
"share_title_other": "",
"share_weibo_desc": "#在抖音,记录美好生活#生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"share_desc": "在抖音,记录美好生活",
"bool_persist": 0,
"share_desc_info": "#在抖音,记录美好生活#生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"share_url": "https://www.iesdouyin.com/share/video/7592116912205630761/?region=US&mid=7574267925964655402&u_code=-1&did=MS4wLjABAAAAO1EOv0lKbDlh6SJZEwA_mVaS_v-tmOqYc6MTQZNhtkyv5dYcRU1dKNNBQGFMKkk3&iid=MS4wLjABAAAAf9-pPQJH4qTCXeNyeVjByEQnTEjHLvEgglxbzZKx2KaFzfPYN9ojwKpPXqZUnDG2&with_sec_did=1&video_share_track_ver=&titleType=title&share_sign=q_s_YzqG8wcEF9kBEOz79oBuggyWPDwd.Rv0RQ.Kdos-&share_version=370400&ts=1787195027&from_aid=2329&from_ssr=1&share_track_info=%7B%22link_description_type%22%3A%22%22%7D",
"share_title": "生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻"
},
"image_crop_ctrl": 0,
"is_fantasy": false,
"trends_event_track": "{}",
"with_promotional_music": false,
"long_video": null,
"author_user_id": 60815739235,
"item_title": "",
"boost_status": 0,
"item_react": 0,
"img_bitrate": null,
"is_moment_story": 0,
"mark_largely_following": false,
"item_stitch": 0,
"douyin_pc_video_extra_seo": "",
"statistics": {
"lose_comment_count": 0,
"recommend_count": 76,
"aweme_id": "7592116912205630761",
"live_watch_count": 0,
"whatsapp_share_count": 0,
"digg_count": 5087,
"digest": "",
"share_count": 1577,
"exposure_count": 0,
"admire_count": 0,
"lose_count": 0,
"collect_count": 2613,
"play_count": 0,
"download_count": 0,
"comment_count": 34,
"forward_count": 0
},
"collection_corner_mark": 0,
"product_genre_info": {
"product_genre_type": 3,
"special_info": {
"recommend_group_name": 0
}
},
"vtag_search": {
"default_vtag_data": "{\"tag_uid\":\"search_select_item\",\"tag_name\":\"画圈搜索\",\"tag_type\":\"visual\",\"target_channel\":\"douyin_general_multi_modality_search\",\"tag_coord\":{\"x\":0.5,\"y\":0.6}}",
"default_vtag_enable": true
},
"risk_infos": {
"content": "",
"type": 0,
"warn": false,
"risk_sink": false,
"vote": false
},
"sec_item_id": "MS4wLjAAAAAAesFw1sELIKi3QIMr5UzmM21f8GhDKrYkRPpIj-VUPv_m0CdtONL0pQ-wRxdBbhtW",
"unified_music_group": {
"ug_id": "7574268364026020000"
},
"cha_list": [
{
"author": {
"cha_list": null,
"display_info": null,
"search_impr": {
"entity_id": "0"
},
"nickname": "",
"avatar_larger": {
"uri": "",
"height": 720,
"width": 720,
"url_list": []
},
"user_tags": null,
"user_permissions": null,
"card_entries": null,
"is_phone_binded": false,
"cover_url": [],
"ad_cover_url": null,
"contrail_list": null,
"language": "",
"uid": "0",
"homepage_bottom_toast": null,
"endorsement_info_list": null,
"special_people_labels": null,
"white_cover_url": null,
"unique_id": "",
"avatar_168x168": {
"url_list": [],
"uri": "",
"height": 720,
"width": 720
},
"signature_extra": null,
"im_role_ids": null,
"relative_users": null,
"ban_user_functions": null,
"interest_tags": null,
"text_extra": null,
"card_entries_not_display": null,
"type_label": null,
"with_dou_entry": false,
"status": 0,
"personal_tag_list": null,
"can_set_geofencing": null,
"followers_detail": null,
"sec_uid": "",
"has_email": false,
"gender": 0,
"card_sort_priority": null,
"follow_status": 0,
"avatar_300x300": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"avatar_medium": {
"height": 720,
"uri": "",
"url_list": [],
"width": 720
},
"follower_list_secondary_information_struct": null,
"avatar_thumb": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"data_label_list": null,
"is_block": false,
"offline_info_list": null,
"new_story_cover": null,
"aweme_control": {},
"bind_phone": "",
"avatar_uri": "",
"item_list": null,
"link_item_list": null,
"unique_id_modify_time": 0,
"video_icon": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"show_image_bubble": false,
"cf_list": null,
"region": "",
"birthday": "",
"create_time": 0,
"constellation": 0,
"short_id": "0",
"signature": "",
"need_points": null,
"platform_sync_info": null
},
"collect_stat": 0,
"banner_list": null,
"extra_attr": {
"is_live": false
},
"schema": "aweme://aweme/challenge/detail?cid=1649160500962315",
"search_impr": {
"entity_id": "1649160500962315"
},
"user_count": 0,
"hashtag_profile": "image-cut-tos/68faa5165390139c3bfb117fe788b663.jpg",
"cha_attrs": null,
"connect_music": [],
"type": 1,
"view_count": 0,
"is_pgcshow": false,
"sub_type": 0,
"show_items": null,
"cha_name": "赚钱思维",
"desc": "",
"share_info": {
"share_desc": "在抖音,记录美好生活",
"share_title_other": "",
"share_quote": "",
"share_signature_desc": "",
"share_url": "https://www.iesdouyin.com/share/challenge/1649160500962315/?u_code=-1&from_ssr=1",
"bool_persist": 0,
"share_desc_info": "我在抖音参与话题讨论#赚钱思维 ",
"share_weibo_desc": "我在抖音参与话题讨论#赚钱思维 ",
"share_title_myself": "",
"share_title": "我在抖音参与话题讨论#赚钱思维 ",
"share_signature_url": ""
},
"cid": "1649160500962315",
"is_challenge": 0,
"is_commerce": false
}
],
"rate": 12,
"share_rec_extra": "",
"is_25_story": 0,
"is_collects_selected": 0,
"xigua_task": {
"is_xigua_task": false
},
"cmt_swt": false,
"guide_btn_type": 0,
"is_moment_history": 0,
"entertainment_video_paid_way": {
"enable_use_new_ent_data": true,
"paid_ways": [],
"paid_type": 0
},
"commerce_config_data": null,
"press_panel_info": "[{\"interactive\":[\"2_story\",\"2_friend\"]},{\"feedback\":[\"rr_feedback\",\"dislike\",\"ignore\",\"block\",\"unfollow\",\"sever\",\"dislike_collect\"]},{\"control\":[\"speed\",\"auth\",\"delete\",\"save\",\"collect\",\"reward\",\"bg_play\",\"duet\",\"together\"]}]",
"game_tag_info": {
"is_game": false
},
"publish_plus_alienation": {
"alienation_type": 0
},
"is_24_story": 0,
"region": "",
"is_preview": 0,
"image_album_music_info": {
"volume": -1,
"begin_time": -1,
"end_time": -1
},
"video_labels": null,
"text_extra": [
{
"end": 20,
"type": 1,
"caption_end": 0,
"hashtag_id": "1589261995125918",
"start": 16,
"caption_start": 0,
"hashtag_name": "生意经",
"is_commerce": false
},
{
"is_commerce": false,
"start": 21,
"hashtag_name": "沟通技巧",
"caption_end": 0,
"caption_start": 0,
"end": 26,
"type": 1,
"hashtag_id": "1603137507520515",
"sub_type": 11
},
{
"caption_start": 0,
"end": 32,
"type": 1,
"hashtag_name": "赚钱思维",
"hashtag_id": "1649160500962315",
"caption_end": 0,
"start": 27,
"is_commerce": false,
"sub_type": 11
}
],
"video_control": {
"allow_stitch": true,
"download_info": {
"level": 1,
"fail_info": {
"code": 200101,
"reason": "author_forbidden",
"msg": "作者已关闭下载功能"
}
},
"timer_info": {
"public_time": 1767781500,
"timer_status": 0
},
"allow_react": true,
"allow_record": true,
"disable_record_reason": "",
"show_watermark": false,
"show_progress_bar": 0,
"allow_music": true,
"allow_share": false,
"prevent_download_type": 3,
"share_grayed": true,
"allow_duet": true,
"draft_progress_bar": 0,
"allow_dynamic_wallpaper": false,
"allow_douplus": true,
"download_ignore_visibility": false,
"share_ignore_visibility": false,
"duet_info": {
"level": 2,
"fail_info": {
"code": 100017,
"reason": "aweme_type"
}
},
"share_type": 0,
"show_ai_corner": false,
"allow_download": false,
"duet_ignore_visibility": false,
"timer_status": 1
},
"video_game_data_channel_config": {},
"commerce_info": {
"ad_type": 0,
"is_ad": false
},
"pack_usage_scene_by_req_path": "/aweme/v1/aweme/detail/",
"disable_relation_bar": 0,
"activity_video_type": -1,
"anchors": null,
"sort_label": "",
"image_infos": null,
"entertainment_ui_config": {
"flow_bottom_buttons": [],
"block_card_buttons": [],
"landscape_block_buttons": []
},
"origin_text_extra": [],
"user_digged": 0,
"friend_interaction": 0,
"component_info_v2": "{\"desc_lines_limit\":0,\"hide_marquee\":false}",
"music": {
"is_audio_url_with_cookie": false,
"user_count": 0,
"author": "小雷同志",
"schema_url": "",
"can_background_play": true,
"author_position": null,
"music_collect_count": 0,
"play_url": {
"height": 720,
"url_key": "7574267925964655402",
"url_list": [
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3",
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
],
"width": 720,
"uri": "https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
},
"prevent_download": false,
"album": "",
"is_video_self_see": false,
"is_commerce_music": false,
"is_pgc": false,
"owner_id": "99994667219",
"unshelve_countries": null,
"avatar_large": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"offline_desc": "",
"cover_hd": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"audition_duration": 38,
"start_time": 0,
"pgc_music_type": 2,
"is_original": false,
"is_del_video": false,
"reason_type": 0,
"id": "7574267925964656000",
"shoot_duration": 38,
"video_duration": 38,
"prevent_item_download_status": 0,
"sec_uid": "MS4wLjABAAAARq7uYnenKylQkTqpdKaK6j6W2jHbxkMlU4YRDzlbWn4",
"source_platform": 23,
"strong_beat_url": {
"uri": "https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json",
"url_list": [
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json",
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json"
],
"height": 720,
"width": 720
},
"extra": "{\"aed_music_score\":0.44,\"aed_singing_score\":0.52,\"aggregate_exempt_conf\":[],\"aigc_clip\":false,\"beats\":{},\"cover_colors\":null,\"douyin_beats_info\":{},\"dsp_switch\":274877906944,\"extract_item_id\":7574268023919839907,\"has_edited\":0,\"hotsoon_review_time\":-1,\"is_aed_music\":1,\"is_red\":0,\"is_subsidy_exp\":false,\"long_pic_video_usable\":false,\"music_label_id\":null,\"music_tagging\":{\"AEDs\":[\"Male\",\"Vocal\"],\"Genres\":[\"DJ\",\"Others\"],\"Instruments\":null,\"Languages\":[\"Chinese\"],\"Moods\":[\"Dynamic\"],\"SingingVersions\":[\"High Quality\",\"Low Cost Creation\",\"Seed\"],\"Themes\":[\"Dance\",\"Low\"]},\"review_unshelve_reason\":0,\"reviewed\":1,\"schedule_search_time\":0,\"uniqa_speech_score\":0.07,\"with_aed_model\":1}",
"dsp_status": 10,
"preview_end_time": 0,
"end_time": 0,
"preview_start_time": 0,
"music_chart_ranks": null,
"tag_list": null,
"title": "@小雷同志创作的原声",
"cover_medium": {
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg"
},
"is_original_sound": true,
"avatar_thumb": {
"height": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"width": 720
},
"music_status": 1,
"cover_large": {
"width": 720,
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720
},
"dmv_auto_show": false,
"owner_nickname": "小雷同志",
"mute_share": false,
"lyric_short_position": null,
"id_str": "7574267925964655402",
"show_origin_clip": true,
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"width": 720,
"height": 720
},
"owner_handle": "xl0518520",
"mid": "7574267925964655402",
"binded_challenge_id": 0,
"music_cover_atmosphere_color_value": "",
"cover_thumb": {
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg"
},
"duration": 38,
"author_deleted": false,
"external_song_info": [],
"is_matched_metadata": false,
"redirect": false,
"author_status": 1,
"musician_user_infos": null,
"artist_user_infos": null,
"status": 1,
"search_impr": {
"entity_id": "7574267925964655402"
},
"is_restricted": false,
"collect_stat": 0,
"artists": [],
"position": null
},
"enable_decorated_emoji": true,
"caption_template_id": 0,
"aweme_type": 163,
"video": {
"is_bytevc1": 0,
"tags": null,
"is_h265": 0,
"width": 720,
"height": 1280,
"big_thumbs": null,
"duration": 0,
"cover": {
"width": 540,
"uri": "tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8",
"url_list": [
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=ZJvdaoX6g2dv81mdYrAoDnfW7xg%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=JCnh4Fs5GBKK0GcXZWmC5hcbNPY%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=5p5MPSUkAFZ3NU37fTJnkF5fBJk%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.jpeg?lk3s=138a59ce&x-expires=1788404400&x-signature=5Ne6bbN01TauLbAeD%2FF5pbTzLOA%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15"
],
"height": 960
},
"audio": {},
"meta": "{\"item_info_video_tag_v2_level_1\":\"625\",\"item_info_video_tag_v2_level_2\":\"62504\",\"item_info_video_tag_v2_level_3\":\"6250408\"}",
"has_watermark": false,
"play_addr": {
"height": 720,
"url_list": [
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3",
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
],
"url_key": "7574267925964655402",
"width": 720,
"uri": "https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
},
"bit_rate_audio": null,
"ratio": "default",
"origin_cover": {
"uri": "tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8",
"url_list": [
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=cEwe36nrXFKuUsfZ%2BBqXEHOYEvw%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=G6XCHxiCI5lLGBllGq6sbEw6saU%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=g7RqUUGGl5W%2B0aIhn9KTai2Wbtc%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.jpeg?lk3s=138a59ce&x-expires=1788404400&x-signature=zdpETl%2Bmpl2uq4wKXjX0RV0pwQk%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15"
],
"width": 720,
"height": 720
}
},
"create_time": 1767781500,
"social_tag_list": null,
"desc_language": "un",
"prevent_download": false,
"user_recommend_status": 1,
"article_info": {
"has_more": false,
"article_type": 999,
"container_lynx_url": "aweme://lynxview/?channel=morphling_high&bundle=douyin_article_detail%2Ffeed%2Ftemplate.js&surl=https%3A%2F%2Flf-dy-gr-sourcecdn.bytegecko.com%2Fobj%2Fbyte-gurd-source-gr%2Fsearch%2Ffe%2Fdouyin%2Fmorphling_high%2Fdouyin_article_detail%2Ffeed%2Ftemplate.js&dynamic=1&group=morphling_high&fe_enable_preserve_data=1&thread_strategy=2&ab_params=long_article_feed_config,long_article_feed_immersive_color,long_article_scroll_no_list&enable_canvas=1&enable_canvas_optimize=1&enable_dynamic_v8=1",
"article_title": "生意场上,装逼就是节省沟通成本",
"detail_lynx_url": "aweme://lynxview/?channel=morphling_high&bundle=douyin_article_detail%2Findex%2Ftemplate.js&surl=https%3A%2F%2Flf-dy-gr-sourcecdn.bytegecko.com%2Fobj%2Fbyte-gurd-source-gr%2Fsearch%2Ffe%2Fdouyin%2Fmorphling_high%2Fdouyin_article_detail%2Findex%2Ftemplate.js&dynamic=1&group=morphling_high&fe_enable_preserve_data=1&ab_params=long_article_feed_config,AWEUGCEnableHashTagPrefix,enable_query_prefix&enable_font_scale=1",
"is_cartoon": 0,
"article_content": "{\"long_article_abstract\":\"--In the business world, putting on a facade saves on communication costs.\\n很多人一听“装”,\\n本能就反感。\\n但你真做过生意\\n就会知道\\n商业最大的成本\\n从来不是钱,是沟通成本\\n你跟任何人谈生意\\n对方对你的判断\\n基本都会经历五个阶段:\\n不信你 → 半信你 → 假装信 → 有点信 → 完全信\\n但问题在于——\\n根本等不到对方慢慢走完这五步\\n所以真正高效的沟通\\n从来不是解释、不是自证\\n而是一种——\\n这套逻辑,我最早是从微商身上学到的。\\n不管多大多小的微商\\n就算又土、又穷、又焦虑\\n见面第一件事,一定是给你看:\\n转账流水、客户订单、资源群。\\n他的“装”\\n不是为了炫耀\\n而是为了防止你低估他,不认真跟他说话。\\n同样的逻辑,放在泡妞上也是一样。\\n再高冷的女生,对你爱答不理,\\n当她看到你开着一辆库里南,\\n我们不用纠结车是不是借的,\\n但你必须承认——\\n她对你说话的态度,一定会更客气。\\n这不是价值观问题,\\n这是不可逆、不可违背的人性机制。\",\"markdown\":\"*--In the business world, putting on a facade saves on communication costs.*\\n\\n很多人一听“装”,\\n\\n本能就反感。\\n\\n但你真做过生意\\n\\n就会知道\\n\\n**商业最大的成本**\\n\\n**从来不是钱,是沟通成本**\\n\\n你跟任何人谈生意\\n\\n对方对你的判断\\n\\n**基本都会经历五个阶段:**\\n\\n**不信你 → 半信你 → 假装信 → 有点信 → 完全信**\\n\\n但问题在于——\\n\\n# 生意是稍纵即逝的决策\\n\\n根本等不到对方慢慢走完这五步\\n\\n所以真正高效的沟通\\n\\n从来不是解释、不是自证\\n\\n而是一种——\\n\\n# “让你一眼看懂我在什么位置”的碾压式沟通。\\n\\n这套逻辑,我最早是从微商身上学到的。\\n\\n不管多大多小的微商\\n\\n就算又土、又穷、又焦虑\\n\\n见面第一件事,一定是给你看:\\n\\n转账流水、客户订单、资源群。\\n\\n他的“装”\\n\\n不是为了炫耀\\n\\n而是为了防止你低估他,不认真跟他说话。\\n\\n同样的逻辑,放在泡妞上也是一样。\\n\\n再高冷的女生,对你爱答不理,\\n\\n当她看到你开着一辆库里南,\\n\\n我们不用纠结车是不是借的,\\n\\n但你必须承认——\\n\\n她对你说话的态度,一定会更客气。\\n\\n这不是价值观问题,\\n\\n这是不可逆、不可违背的人性机制。\\n\\n所以,“装”的核心,\\n\\n从来不是显摆自己\\n\\n而是——\\n\\n# 减少对方试探你、消耗你的沟通成本\\n\\n更快进入合作状态\\n\\n但为什么很多人骨子里, 还是觉得做生意要讲低调、讲内敛?\\n\\n因为你被宏大叙事骗了。\\n\\n天天刷马云、马斯克演讲,\\n\\n盯着“福布斯”看哪位富豪又刷新认知\\n\\n却根本没搞清楚自己在哪个行业里\\n\\n因为如果你做的是\\n\\n——银行信贷、航天通信、化工能源\\n\\n这种稳定、封闭、强资源的生意 \\n\\n你低调、内向\\n\\n甚至你是个哑巴 \\n\\n别人都会觉得你高深莫测\\n\\n但问题是—— 大多数普通人\\n\\n百分之90都是服务业\\n\\n是为比你阶层更高的人\\n\\n提供衣、食、住、行、游、购、娱的服务\\n\\n# 这是一个高度依赖沟通、信任、合作的生意环境。 \\n\\n在这里, 你要足够“装”出强悍的外在 \\n\\n来节省与“合作方”交流的时间成本\\n\\n说句难听的\\n\\n今天拉你出来谈客户,\\n\\n你要是哑巴\\n\\n 别人不会觉得你深沉\\n\\n# 只会觉得你是个二逼\\n\\n这根本不是道德问题\\n\\n**而是人性机制 × 商业效率的问题**\"}",
"article_id": "7592116912205630761",
"read_time": 1,
"fe_data": "{\"aigc_post_source\":\"\",\"article_id\":7592116912205630761,\"article_num\":811,\"author_type\":\"\",\"background_color\":\"#333333\",\"background_extracted\":\"#333333\",\"clip_image_length\":0,\"description\":\"\",\"have_thinking\":false,\"head_poster_list\":{\"uri\":\"tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8\",\"url_list\":[\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=eeI2z1tSMHVS9emdRSvot7CsvlQ%3D\\&from=327834062\",\"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article-v1:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=%2BCo5LizQNQuySwDsW4OdJOb6rRc%3D\\&from=327834062\",\"https://p26-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article-ai:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=nNLQmcV8KPqrF%2FZBU%2BzZ0LJOf%2BM%3D\\&from=327834062\",\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-shrink:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=dpTU03eXnjaxgl8V5qm2WSXS8Rk%3D\\&from=327834062\"]},\"image_length\":0,\"image_list\":[],\"is_ai_search\":false,\"is_rich_media\":false,\"long_article_markdown_slots\":null,\"long_article_need_desc\":\"\",\"long_article_version\":\"1\",\"pre_cover\":\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=eeI2z1tSMHVS9emdRSvot7CsvlQ%3D\\&from=327834062\",\"read_time\":1,\"read_time_second\":99,\"reference_list\":null,\"thinking_collapsed\":false,\"title_num\":45}"
},
"aweme_id": "7592116912205630761",
"guide_scene_info": {},
"item_share": 0,
"ent_log_extra": {
"log_extra": "{\"global_log_extra\":null,\"page_log_extra\":null,\"aweme_log_extra\":{\"ce_current_group_id\":\"7592116912205630761\",\"author_id\":\"60815739235\"},\"extra_log_extra\":null}"
},
"distribute_type": 1,
"interactive_info": {},
"dislike_dimension_list": null,
"author": {
"ky_only_predict": 0,
"story_message": 4,
"item_list": null,
"contrail_list": null,
"with_dou_entry": false,
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_300x300.webp?from=327834062",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_300x300.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"with_commerce_entry": false,
"has_orders": false,
"need_recommend": 0,
"youtube_expire_time": 0,
"is_block": false,
"avatar_168x168": {
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_168x168.webp?from=327834062",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_168x168.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "168x168/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8"
},
"story_open": false,
"contacts_status": 2,
"user_mode": 0,
"story_count": 0,
"birthday": "",
"special_follow_status": 0,
"follower_request_status": 0,
"react_setting": 0,
"tw_expire_time": 0,
"total_favorited": 747753,
"uid": "60815739235",
"live_agreement_time": 0,
"follower_list_secondary_information_struct": null,
"aweme_control": {
"can_share": true,
"can_comment": true,
"can_show_comment": true,
"can_forward": true
},
"bind_phone": "",
"user_not_show": 1,
"enable_nearby_visible": true,
"hide_others_recommend_interest": 0,
"school_name": "",
"stitch_setting": 0,
"account_region": "",
"show_image_bubble": false,
"offline_info_list": null,
"user_permissions": null,
"platform_sync_info": null,
"user_tags": null,
"status": 1,
"awemehts_greet_info": "",
"download_prompt_ts": 0,
"weibo_verify": "",
"twitter_id": "",
"white_cover_url": null,
"school_type": 0,
"weibo_url": "",
"verification_type": 1,
"followers_detail": null,
"region": "CN",
"youtube_channel_id": "",
"enterprise_verify_reason": "",
"card_entries_not_display": null,
"need_points": null,
"signature": "🌍顶尖学府的底层思维",
"special_lock": 1,
"favoriting_count": 2889,
"is_cf": 0,
"special_people_labels": null,
"can_set_geofencing": null,
"search_impr": {
"entity_id": "60815739235"
},
"avatar_larger": {
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
],
"height": 720,
"uri": "1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"width": 720
},
"has_unread_story": false,
"is_mix_user": true,
"download_setting": -1,
"school_id": "",
"shield_comment_notice": 0,
"sec_uid": "MS4wLjABAAAAUAaJpFzhA01yV6gslHT1b70abOQCNckImPAIP2PkFmI",
"user_age": -1,
"share_info": {
"share_url": "",
"share_desc": "",
"share_qrcode_url": {
"height": 720,
"width": 720,
"uri": "3ee6001e53b035711785",
"url_list": [
"https://p3-sign.douyinpic.com/obj/3ee6001e53b035711785?lk3s=138a59ce&x-expires=1787216400&x-signature=gynrGqy%2B3kJTrd8uWdtESRsIu4s%3D&from=327834062"
]
},
"share_title_myself": "",
"share_weibo_desc": "",
"share_title": "",
"share_title_other": "",
"share_desc_info": ""
},
"close_friend_type": 0,
"signature_display_lines": 0,
"cover_url": [
{
"height": 720,
"uri": "c8510002be9a3a61aad2",
"width": 720,
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=138a59ce&x-expires=1788404400&x-signature=W0Qz%2Fj0450szrC5EUsoRzvcEKT8%3D&from=327834062"
]
}
],
"is_binded_weibo": false,
"create_time": 0,
"allow_story_normal_like": true,
"is_blocked_v2": false,
"twitter_name": "",
"custom_verify": "",
"card_sort_priority": null,
"unique_id_modify_time": 1787195027,
"hide_search": false,
"comment_setting": 0,
"hide_location": false,
"has_twitter_token": false,
"following_count": 0,
"live_high_value": 0,
"story25_comment": 1,
"user_not_see": 0,
"neiguang_shield": 0,
"constellation": 9,
"with_shop_entry": false,
"is_gov_media_vip": false,
"has_youtube_token": false,
"personal_tag_list": null,
"risk_notice_text": "",
"room_id": 0,
"school_category": 0,
"school_poi_id": "",
"ad_cover_url": null,
"endorsement_info_list": null,
"card_entries": null,
"unique_id": "Leon_1221",
"is_not_show": false,
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"account_cert_info": "{}",
"verify_info": "",
"share_qrcode_uri": "3ee6001e53b035711785",
"link_item_list": null,
"follow_status": 0,
"im_role_ids": null,
"data_label_list": null,
"is_ad_fake": false,
"story_interactive": 4,
"homepage_bottom_toast": null,
"cha_list": null,
"with_fusion_shop_entry": false,
"secret": 0,
"geofencing": [],
"google_account": "",
"new_story_cover": null,
"relative_users": null,
"is_blocking_v2": false,
"story_ttl": 7,
"has_facebook_token": false,
"max_follower_count": 0,
"live_verify": 0,
"display_info": null,
"short_id": "97988138",
"gender": 1,
"language": "zh-Hans",
"avatar_thumb": {
"height": 720,
"width": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
]
},
"commerce_user_level": 0,
"sync_to_toutiao": 0,
"user_period": 0,
"has_insights": false,
"live_agreement": 0,
"signature_extra": null,
"text_extra": null,
"prevent_download": false,
"user_rate": 1,
"nickname": "李豪",
"is_phone_binded": false,
"is_star": false,
"video_icon": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"avatar_uri": "aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"shield_follow_notice": 0,
"type_label": null,
"authority_status": 0,
"show_nearby_active": false,
"user_canceled": false,
"is_discipline_member": false,
"location": "",
"reflow_page_gid": 0,
"youtube_channel_title": "",
"has_email": false,
"interest_tags": null,
"mate_add_permission": 3,
"apple_account": 0,
"comment_filter_status": 0,
"hide_self_recommend_interest": 0,
"live_commerce": false,
"is_verified": true,
"duet_setting": 0,
"cv_level": "",
"ins_id": "",
"cf_list": null,
"follower_status": 0,
"accept_private_policy": false,
"shield_digg_notice": 0,
"weibo_name": "",
"weibo_schema": "",
"aweme_count": 7,
"live_status": 0,
"ban_user_functions": [],
"reflow_page_uid": 0,
"fb_expire_time": 0,
"follower_count": 0
},
"ecom_comment_atmosphere_type": 0,
"city": "440300",
"duet_aggregate_in_music_tab": false,
"series_basic_info": {},
"comment_permission_info": {
"comment_permission_status": 0,
"can_comment": true,
"item_detail_entry": false,
"press_entry": false,
"toast_guide": false
},
"distance": "",
"report_action": false,
"follow_shoot_clip_info": {
"clip_video_all": "7574267925964656000",
"clip_from_platform": "7574267925964656000",
"origin_clip_id": "7574267925964656000"
},
"packed_clips": null,
"media_type": 43,
"item_aigc_follow_shot": 1,
"is_hash_tag": 1,
"is_ads": false,
"desc": "生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"is_vr": false,
"video_tag": [
{
"tag_id": 0,
"tag_name": "",
"level": 0
},
{
"tag_id": 0,
"tag_name": "",
"level": 0
},
{
"tag_id": 0,
"tag_name": "",
"level": 0
}
],
"shoot_way": "",
"libfinsert_task_id": "",
"vr_type": 0,
"series_paid_info": {
"series_paid_status": 0,
"item_price": 0
},
"cover_labels": null,
"cf_recheck_ts": 0,
"status": {
"allow_share": true,
"allow_comment": true,
"self_see": false,
"download_status": 0,
"part_see": 0,
"allow_friend_recommend_guide": true,
"not_allow_soft_del_reason": "filter:timerItem",
"listen_video_status": 1,
"reviewed": 1,
"is_private": false,
"allow_self_recommend_to_friend": true,
"in_reviewing": false,
"is_delete": false,
"with_goods": false,
"aweme_edit_info": {
"edit_status": 0,
"has_modified_all": false,
"button_status": 2,
"button_toast": ""
},
"is_prohibited": false,
"allow_friend_recommend": false,
"dont_share_status": 0,
"private_status": 0,
"enable_soft_delete": 0,
"with_fusion_goods": false,
"aweme_id": "7592116912205630761",
"review_result": {
"review_status": 0
},
"video_hide_search": 0
},
"is_relieve": false,
"have_dashboard": false,
"video_share_edit_status": 0,
"duration": 0,
"douplus_user_type": 0,
"show_follow_button": {},
"without_watermark": false,
"is_story": 0,
"poi_biz": {},
"need_vs_entry": true
},
"extra": {
"now": 1787195027000,
"logid": "202608201103479E68966AD5D035FBBE15",
"fatal_item_ids": []
},
"log_pb": {
"impr_id": "202608201103479E68966AD5D035FBBE15"
},
"status_code": 0
},
"requestId": "2c59c78f-a0fc-4adc-8201-d801a05b8412"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}Douyin App API
Get single video data V3 (No copyright restrictions)
Get single video data, support article, photo, video, etc.
V3 version of the interface, which solves the copyright restriction problem and can obtain more restricted content, such as content with Reason 8 returned by V1 and V2 versions and some articles or short dramas.
GET
/
v1
/
douyin
/
app
/
fetch_one_video_v3
cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3?aweme_id=7592116912205630761' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3',
params={"aweme_id": "7592116912205630761"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"aweme_id": "7592116912205630761"});
const response = await fetch(`https://api.keyapi.ai/v1/douyin/app/fetch_one_video_v3?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"aweme_detail": {
"is_life_item": false,
"uniqid_position": null,
"bodydance_score": 0,
"entertainment_recommend_info": "{\"recommend_free_count\":0,\"test_info\":\"\",\"recommend_playlet_trigger_reqid\":\"\",\"recommend_playlet_trigger_cid\":\"\",\"recommend_playlet_trigger_reqid_type\":\"\",\"playlet_continue_play_config\":null,\"roi3_mode\":0,\"predict_identity\":\"\"}",
"interaction_stickers": null,
"position": null,
"component_control": {
"data_source_url": "/aweme/v1/aweme/detail/"
},
"distribute_circle": {
"distribute_type": 0,
"is_campus": false,
"campus_block_interaction": false
},
"caption": "",
"comment_words_recommend": {},
"aweme_listen_struct": {
"trace_info": "{\"copyright_not_speech\":\"false\",\"copyright_reason\":\"43_163_hide\",\"copyright_tag_hit\":\"\",\"copyright_use_aed_default\":\"false\",\"copyright_use_tag_default\":\"false\",\"cp_ab\":\"false\",\"desc\":\"\",\"duration_over\":\"false\",\"hit_high_risk\":\"false\",\"luna_attr\":{\"suitable\":false},\"media_type\":\"43\",\"reason\":\"hit_listen_video_status_1\",\"show\":\"false\"}",
"listen_diversion": {
"side_desc": "听更多精彩内容",
"popup_scene": 4,
"sub_title_type": "relation"
}
},
"entertainment_video_type": 3,
"story_ttl": 0,
"incentive_item_type": 0,
"feed_comment_config": {
"image_challenge": {
"inner_publish_text": "我也发一张"
},
"double_publish_limit": 1,
"input_config_text": "善语结善缘,恶言伤人心",
"audio_comment_permission": 1,
"common_comment_permission": 0,
"author_audit_status": 0,
"common_flags": "{\"api_ab\":\"0\",\"hashtag\":\"[{\\\"name\\\":\\\"赚钱思维\\\",\\\"id\\\":1649160500962315},{\\\"name\\\":\\\"生意经\\\",\\\"id\\\":1589261995125918},{\\\"name\\\":\\\"沟通技巧\\\",\\\"id\\\":1603137507520515}]\",\"item_author_nickname\":\"李豪\",\"video_labels_v2_tag1\":\"职场\",\"video_labels_v2_tag2\":\"个人提升\\&管理\",\"video_type\":\"all\"}",
"input_config_text_type": "default_guide"
},
"personal_page_botton_diagnose_style": 2,
"is_new_text_mode": 0,
"impression_data": {
"group_id_list_a": [],
"group_id_list_b": [],
"similar_id_list_a": null,
"similar_id_list_b": null,
"group_id_list_c": [],
"group_id_list_d": []
},
"is_image_beat": false,
"image_comment": {
"comment_highlight_text": ""
},
"entertainment_product_info": {
"market_info": {
"limit_free": {
"in_free": false
}
}
},
"original_images": null,
"author_mask_tag": 0,
"item_comment_settings": 0,
"video_text": [],
"chapter_list": null,
"image_list": null,
"aweme_control": {
"can_comment": true,
"can_show_comment": true,
"can_forward": true,
"can_share": true
},
"is_from_ad_auth": false,
"geofencing_regions": null,
"photo_search_entrance": {
"ecom_type": 0
},
"is_share_post": false,
"dislike_dimension_list_v2": null,
"xigua_base_info": {
"status": 0,
"star_altar_order_id": 0,
"star_altar_type": 0,
"item_id": 0
},
"challenge_position": null,
"is_aigc_media": false,
"cf_assets_type": 0,
"is_first_video": false,
"geofencing": [],
"preview_title": "生意场上,装逼就是节省沟通成本 生意经 沟通技巧 赚钱思维 #装逼时刻",
"jump_tab_info_list": [],
"enable_comment_sticker_rec": false,
"nickname_position": null,
"comment_gid": "7592116912205630000",
"fall_card_struct": {
"recommend_reason_v2": "[]"
},
"authentication_token": "MS4wLjAAAAAAMFonw4pufT0i_bvECosO2N0hcWJiQHDtNfrGdr5uQQ6rl4tYxvZqKR_owZE7ndFOPFGESfxtA8jnhK-JDUx_jbpGPHtI2jWR-Yvmf6qyZp4s_wXL8ZR2h0BOyqyTGD2ql9L1xWupiYpUAZXENrLgmSsfDH_btZtUTvZTZ_bdWO7lbhcK_2oSusWCY5KEBiqE2slvFVOgjqFK4IpbiiZlzlevCY0XE1e8Im8gj6d7D871WM0bMcTcLa2yk--OHkpH",
"diversion_bar_info": [],
"item_duet": 0,
"is_use_music": true,
"should_open_ad_report": false,
"images": null,
"origin_duet_resource_uri": "",
"is_top": 0,
"has_vs_entry": false,
"is_karaoke": false,
"nearby_level": 0,
"is_duet_sing": false,
"friend_recommend_info": {
"friend_recommend_source": 26,
"disable_friend_recommend_guide_label": false
},
"is_in_scope": false,
"is_pgcshow": false,
"flash_mob_trends": 0,
"collect_stat": 0,
"comment_list": null,
"can_cache_to_local": false,
"promotions": [],
"label_top_text": null,
"poi_patch_info": {
"item_patch_poi_prompt_mark": 0,
"extra": ""
},
"preview_video_status": 0,
"relation_labels": null,
"hybrid_label": null,
"group_id": "7592116912205630761",
"visual_search_info": {
"is_show_img_entrance": false,
"is_high_accuracy_ecom": false,
"panel_entrance_text": "识别图片",
"tag_space": "others",
"is_ecom_img": false,
"is_high_recall_ecom": false,
"panel_entrance_intent": "default"
},
"aweme_type_tags": "",
"misc_info": "{\"common_business_mob\":\"{}\",\"is_teen_video\":0}",
"item_warn_notification": {
"type": 0,
"content": "",
"show": false
},
"share_url": "https://www.iesdouyin.com/share/video/7592116912205630761/?region=US&mid=7574267925964655402&u_code=-1&did=MS4wLjABAAAAO1EOv0lKbDlh6SJZEwA_mVaS_v-tmOqYc6MTQZNhtkyv5dYcRU1dKNNBQGFMKkk3&iid=MS4wLjABAAAAf9-pPQJH4qTCXeNyeVjByEQnTEjHLvEgglxbzZKx2KaFzfPYN9ojwKpPXqZUnDG2&with_sec_did=1&video_share_track_ver=&titleType=title&share_sign=q_s_YzqG8wcEF9kBEOz79oBuggyWPDwd.Rv0RQ.Kdos-&share_version=370400&ts=1787195027&from_aid=2329&from_ssr=1&share_track_info=%7B%22link_description_type%22%3A%22%22%7D",
"origin_comment_ids": null,
"lite_info": {
"can_done_lite_video_interaction": false,
"red_pack_user_status": 0
},
"original": 0,
"share_info": {
"share_signature_url": "",
"share_link_desc": "3.35 Ljp:/ l@C.Hi 01/10 :8pm 生意场上,装逼就是节省沟通成本 # 生意经 # 沟通技巧 # 赚钱思维 # 装逼时刻 %s 复制此链接,打开抖音极速版搜索,直接观看视频!",
"share_quote": "",
"share_signature_desc": "",
"share_title_myself": "",
"share_title_other": "",
"share_weibo_desc": "#在抖音,记录美好生活#生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"share_desc": "在抖音,记录美好生活",
"bool_persist": 0,
"share_desc_info": "#在抖音,记录美好生活#生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"share_url": "https://www.iesdouyin.com/share/video/7592116912205630761/?region=US&mid=7574267925964655402&u_code=-1&did=MS4wLjABAAAAO1EOv0lKbDlh6SJZEwA_mVaS_v-tmOqYc6MTQZNhtkyv5dYcRU1dKNNBQGFMKkk3&iid=MS4wLjABAAAAf9-pPQJH4qTCXeNyeVjByEQnTEjHLvEgglxbzZKx2KaFzfPYN9ojwKpPXqZUnDG2&with_sec_did=1&video_share_track_ver=&titleType=title&share_sign=q_s_YzqG8wcEF9kBEOz79oBuggyWPDwd.Rv0RQ.Kdos-&share_version=370400&ts=1787195027&from_aid=2329&from_ssr=1&share_track_info=%7B%22link_description_type%22%3A%22%22%7D",
"share_title": "生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻"
},
"image_crop_ctrl": 0,
"is_fantasy": false,
"trends_event_track": "{}",
"with_promotional_music": false,
"long_video": null,
"author_user_id": 60815739235,
"item_title": "",
"boost_status": 0,
"item_react": 0,
"img_bitrate": null,
"is_moment_story": 0,
"mark_largely_following": false,
"item_stitch": 0,
"douyin_pc_video_extra_seo": "",
"statistics": {
"lose_comment_count": 0,
"recommend_count": 76,
"aweme_id": "7592116912205630761",
"live_watch_count": 0,
"whatsapp_share_count": 0,
"digg_count": 5087,
"digest": "",
"share_count": 1577,
"exposure_count": 0,
"admire_count": 0,
"lose_count": 0,
"collect_count": 2613,
"play_count": 0,
"download_count": 0,
"comment_count": 34,
"forward_count": 0
},
"collection_corner_mark": 0,
"product_genre_info": {
"product_genre_type": 3,
"special_info": {
"recommend_group_name": 0
}
},
"vtag_search": {
"default_vtag_data": "{\"tag_uid\":\"search_select_item\",\"tag_name\":\"画圈搜索\",\"tag_type\":\"visual\",\"target_channel\":\"douyin_general_multi_modality_search\",\"tag_coord\":{\"x\":0.5,\"y\":0.6}}",
"default_vtag_enable": true
},
"risk_infos": {
"content": "",
"type": 0,
"warn": false,
"risk_sink": false,
"vote": false
},
"sec_item_id": "MS4wLjAAAAAAesFw1sELIKi3QIMr5UzmM21f8GhDKrYkRPpIj-VUPv_m0CdtONL0pQ-wRxdBbhtW",
"unified_music_group": {
"ug_id": "7574268364026020000"
},
"cha_list": [
{
"author": {
"cha_list": null,
"display_info": null,
"search_impr": {
"entity_id": "0"
},
"nickname": "",
"avatar_larger": {
"uri": "",
"height": 720,
"width": 720,
"url_list": []
},
"user_tags": null,
"user_permissions": null,
"card_entries": null,
"is_phone_binded": false,
"cover_url": [],
"ad_cover_url": null,
"contrail_list": null,
"language": "",
"uid": "0",
"homepage_bottom_toast": null,
"endorsement_info_list": null,
"special_people_labels": null,
"white_cover_url": null,
"unique_id": "",
"avatar_168x168": {
"url_list": [],
"uri": "",
"height": 720,
"width": 720
},
"signature_extra": null,
"im_role_ids": null,
"relative_users": null,
"ban_user_functions": null,
"interest_tags": null,
"text_extra": null,
"card_entries_not_display": null,
"type_label": null,
"with_dou_entry": false,
"status": 0,
"personal_tag_list": null,
"can_set_geofencing": null,
"followers_detail": null,
"sec_uid": "",
"has_email": false,
"gender": 0,
"card_sort_priority": null,
"follow_status": 0,
"avatar_300x300": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"avatar_medium": {
"height": 720,
"uri": "",
"url_list": [],
"width": 720
},
"follower_list_secondary_information_struct": null,
"avatar_thumb": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"data_label_list": null,
"is_block": false,
"offline_info_list": null,
"new_story_cover": null,
"aweme_control": {},
"bind_phone": "",
"avatar_uri": "",
"item_list": null,
"link_item_list": null,
"unique_id_modify_time": 0,
"video_icon": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"show_image_bubble": false,
"cf_list": null,
"region": "",
"birthday": "",
"create_time": 0,
"constellation": 0,
"short_id": "0",
"signature": "",
"need_points": null,
"platform_sync_info": null
},
"collect_stat": 0,
"banner_list": null,
"extra_attr": {
"is_live": false
},
"schema": "aweme://aweme/challenge/detail?cid=1649160500962315",
"search_impr": {
"entity_id": "1649160500962315"
},
"user_count": 0,
"hashtag_profile": "image-cut-tos/68faa5165390139c3bfb117fe788b663.jpg",
"cha_attrs": null,
"connect_music": [],
"type": 1,
"view_count": 0,
"is_pgcshow": false,
"sub_type": 0,
"show_items": null,
"cha_name": "赚钱思维",
"desc": "",
"share_info": {
"share_desc": "在抖音,记录美好生活",
"share_title_other": "",
"share_quote": "",
"share_signature_desc": "",
"share_url": "https://www.iesdouyin.com/share/challenge/1649160500962315/?u_code=-1&from_ssr=1",
"bool_persist": 0,
"share_desc_info": "我在抖音参与话题讨论#赚钱思维 ",
"share_weibo_desc": "我在抖音参与话题讨论#赚钱思维 ",
"share_title_myself": "",
"share_title": "我在抖音参与话题讨论#赚钱思维 ",
"share_signature_url": ""
},
"cid": "1649160500962315",
"is_challenge": 0,
"is_commerce": false
}
],
"rate": 12,
"share_rec_extra": "",
"is_25_story": 0,
"is_collects_selected": 0,
"xigua_task": {
"is_xigua_task": false
},
"cmt_swt": false,
"guide_btn_type": 0,
"is_moment_history": 0,
"entertainment_video_paid_way": {
"enable_use_new_ent_data": true,
"paid_ways": [],
"paid_type": 0
},
"commerce_config_data": null,
"press_panel_info": "[{\"interactive\":[\"2_story\",\"2_friend\"]},{\"feedback\":[\"rr_feedback\",\"dislike\",\"ignore\",\"block\",\"unfollow\",\"sever\",\"dislike_collect\"]},{\"control\":[\"speed\",\"auth\",\"delete\",\"save\",\"collect\",\"reward\",\"bg_play\",\"duet\",\"together\"]}]",
"game_tag_info": {
"is_game": false
},
"publish_plus_alienation": {
"alienation_type": 0
},
"is_24_story": 0,
"region": "",
"is_preview": 0,
"image_album_music_info": {
"volume": -1,
"begin_time": -1,
"end_time": -1
},
"video_labels": null,
"text_extra": [
{
"end": 20,
"type": 1,
"caption_end": 0,
"hashtag_id": "1589261995125918",
"start": 16,
"caption_start": 0,
"hashtag_name": "生意经",
"is_commerce": false
},
{
"is_commerce": false,
"start": 21,
"hashtag_name": "沟通技巧",
"caption_end": 0,
"caption_start": 0,
"end": 26,
"type": 1,
"hashtag_id": "1603137507520515",
"sub_type": 11
},
{
"caption_start": 0,
"end": 32,
"type": 1,
"hashtag_name": "赚钱思维",
"hashtag_id": "1649160500962315",
"caption_end": 0,
"start": 27,
"is_commerce": false,
"sub_type": 11
}
],
"video_control": {
"allow_stitch": true,
"download_info": {
"level": 1,
"fail_info": {
"code": 200101,
"reason": "author_forbidden",
"msg": "作者已关闭下载功能"
}
},
"timer_info": {
"public_time": 1767781500,
"timer_status": 0
},
"allow_react": true,
"allow_record": true,
"disable_record_reason": "",
"show_watermark": false,
"show_progress_bar": 0,
"allow_music": true,
"allow_share": false,
"prevent_download_type": 3,
"share_grayed": true,
"allow_duet": true,
"draft_progress_bar": 0,
"allow_dynamic_wallpaper": false,
"allow_douplus": true,
"download_ignore_visibility": false,
"share_ignore_visibility": false,
"duet_info": {
"level": 2,
"fail_info": {
"code": 100017,
"reason": "aweme_type"
}
},
"share_type": 0,
"show_ai_corner": false,
"allow_download": false,
"duet_ignore_visibility": false,
"timer_status": 1
},
"video_game_data_channel_config": {},
"commerce_info": {
"ad_type": 0,
"is_ad": false
},
"pack_usage_scene_by_req_path": "/aweme/v1/aweme/detail/",
"disable_relation_bar": 0,
"activity_video_type": -1,
"anchors": null,
"sort_label": "",
"image_infos": null,
"entertainment_ui_config": {
"flow_bottom_buttons": [],
"block_card_buttons": [],
"landscape_block_buttons": []
},
"origin_text_extra": [],
"user_digged": 0,
"friend_interaction": 0,
"component_info_v2": "{\"desc_lines_limit\":0,\"hide_marquee\":false}",
"music": {
"is_audio_url_with_cookie": false,
"user_count": 0,
"author": "小雷同志",
"schema_url": "",
"can_background_play": true,
"author_position": null,
"music_collect_count": 0,
"play_url": {
"height": 720,
"url_key": "7574267925964655402",
"url_list": [
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3",
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
],
"width": 720,
"uri": "https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
},
"prevent_download": false,
"album": "",
"is_video_self_see": false,
"is_commerce_music": false,
"is_pgc": false,
"owner_id": "99994667219",
"unshelve_countries": null,
"avatar_large": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"offline_desc": "",
"cover_hd": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"audition_duration": 38,
"start_time": 0,
"pgc_music_type": 2,
"is_original": false,
"is_del_video": false,
"reason_type": 0,
"id": "7574267925964656000",
"shoot_duration": 38,
"video_duration": 38,
"prevent_item_download_status": 0,
"sec_uid": "MS4wLjABAAAARq7uYnenKylQkTqpdKaK6j6W2jHbxkMlU4YRDzlbWn4",
"source_platform": 23,
"strong_beat_url": {
"uri": "https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json",
"url_list": [
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json",
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/pattern/72747f1dae0388e5892fa98f3ec97c05.json"
],
"height": 720,
"width": 720
},
"extra": "{\"aed_music_score\":0.44,\"aed_singing_score\":0.52,\"aggregate_exempt_conf\":[],\"aigc_clip\":false,\"beats\":{},\"cover_colors\":null,\"douyin_beats_info\":{},\"dsp_switch\":274877906944,\"extract_item_id\":7574268023919839907,\"has_edited\":0,\"hotsoon_review_time\":-1,\"is_aed_music\":1,\"is_red\":0,\"is_subsidy_exp\":false,\"long_pic_video_usable\":false,\"music_label_id\":null,\"music_tagging\":{\"AEDs\":[\"Male\",\"Vocal\"],\"Genres\":[\"DJ\",\"Others\"],\"Instruments\":null,\"Languages\":[\"Chinese\"],\"Moods\":[\"Dynamic\"],\"SingingVersions\":[\"High Quality\",\"Low Cost Creation\",\"Seed\"],\"Themes\":[\"Dance\",\"Low\"]},\"review_unshelve_reason\":0,\"reviewed\":1,\"schedule_search_time\":0,\"uniqa_speech_score\":0.07,\"with_aed_model\":1}",
"dsp_status": 10,
"preview_end_time": 0,
"end_time": 0,
"preview_start_time": 0,
"music_chart_ranks": null,
"tag_list": null,
"title": "@小雷同志创作的原声",
"cover_medium": {
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg"
},
"is_original_sound": true,
"avatar_thumb": {
"height": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"width": 720
},
"music_status": 1,
"cover_large": {
"width": 720,
"uri": "1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720
},
"dmv_auto_show": false,
"owner_nickname": "小雷同志",
"mute_share": false,
"lyric_short_position": null,
"id_str": "7574267925964655402",
"show_origin_clip": true,
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"width": 720,
"height": 720
},
"owner_handle": "xl0518520",
"mid": "7574267925964655402",
"binded_challenge_id": 0,
"music_cover_atmosphere_color_value": "",
"cover_thumb": {
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-0813_o49CrFAUAelfBvZDunWXATNkXAEAIAX1DACbEg"
},
"duration": 38,
"author_deleted": false,
"external_song_info": [],
"is_matched_metadata": false,
"redirect": false,
"author_status": 1,
"musician_user_infos": null,
"artist_user_infos": null,
"status": 1,
"search_impr": {
"entity_id": "7574267925964655402"
},
"is_restricted": false,
"collect_stat": 0,
"artists": [],
"position": null
},
"enable_decorated_emoji": true,
"caption_template_id": 0,
"aweme_type": 163,
"video": {
"is_bytevc1": 0,
"tags": null,
"is_h265": 0,
"width": 720,
"height": 1280,
"big_thumbs": null,
"duration": 0,
"cover": {
"width": 540,
"uri": "tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8",
"url_list": [
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=ZJvdaoX6g2dv81mdYrAoDnfW7xg%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=JCnh4Fs5GBKK0GcXZWmC5hcbNPY%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=5p5MPSUkAFZ3NU37fTJnkF5fBJk%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-resize-walign-adapt-aq:540:q75.jpeg?lk3s=138a59ce&x-expires=1788404400&x-signature=5Ne6bbN01TauLbAeD%2FF5pbTzLOA%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15"
],
"height": 960
},
"audio": {},
"meta": "{\"item_info_video_tag_v2_level_1\":\"625\",\"item_info_video_tag_v2_level_2\":\"62504\",\"item_info_video_tag_v2_level_3\":\"6250408\"}",
"has_watermark": false,
"play_addr": {
"height": 720,
"url_list": [
"https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3",
"https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
],
"url_key": "7574267925964655402",
"width": 720,
"uri": "https://sf11-cdn-tos.douyinstatic.com/obj/ies-music/7574268003852782355.mp3"
},
"bit_rate_audio": null,
"ratio": "default",
"origin_cover": {
"uri": "tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8",
"url_list": [
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=cEwe36nrXFKuUsfZ%2BBqXEHOYEvw%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=G6XCHxiCI5lLGBllGq6sbEw6saU%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.webp?lk3s=138a59ce&x-expires=1788404400&x-signature=g7RqUUGGl5W%2B0aIhn9KTai2Wbtc%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15",
"https://p11-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-360p.jpeg?lk3s=138a59ce&x-expires=1788404400&x-signature=zdpETl%2Bmpl2uq4wKXjX0RV0pwQk%3D&from=327834062&s=PackSourceEnum_AWEME_DETAIL&se=false&sc=origin_cover&biz_tag=aweme_images&l=202608201103479E68966AD5D035FBBE15"
],
"width": 720,
"height": 720
}
},
"create_time": 1767781500,
"social_tag_list": null,
"desc_language": "un",
"prevent_download": false,
"user_recommend_status": 1,
"article_info": {
"has_more": false,
"article_type": 999,
"container_lynx_url": "aweme://lynxview/?channel=morphling_high&bundle=douyin_article_detail%2Ffeed%2Ftemplate.js&surl=https%3A%2F%2Flf-dy-gr-sourcecdn.bytegecko.com%2Fobj%2Fbyte-gurd-source-gr%2Fsearch%2Ffe%2Fdouyin%2Fmorphling_high%2Fdouyin_article_detail%2Ffeed%2Ftemplate.js&dynamic=1&group=morphling_high&fe_enable_preserve_data=1&thread_strategy=2&ab_params=long_article_feed_config,long_article_feed_immersive_color,long_article_scroll_no_list&enable_canvas=1&enable_canvas_optimize=1&enable_dynamic_v8=1",
"article_title": "生意场上,装逼就是节省沟通成本",
"detail_lynx_url": "aweme://lynxview/?channel=morphling_high&bundle=douyin_article_detail%2Findex%2Ftemplate.js&surl=https%3A%2F%2Flf-dy-gr-sourcecdn.bytegecko.com%2Fobj%2Fbyte-gurd-source-gr%2Fsearch%2Ffe%2Fdouyin%2Fmorphling_high%2Fdouyin_article_detail%2Findex%2Ftemplate.js&dynamic=1&group=morphling_high&fe_enable_preserve_data=1&ab_params=long_article_feed_config,AWEUGCEnableHashTagPrefix,enable_query_prefix&enable_font_scale=1",
"is_cartoon": 0,
"article_content": "{\"long_article_abstract\":\"--In the business world, putting on a facade saves on communication costs.\\n很多人一听“装”,\\n本能就反感。\\n但你真做过生意\\n就会知道\\n商业最大的成本\\n从来不是钱,是沟通成本\\n你跟任何人谈生意\\n对方对你的判断\\n基本都会经历五个阶段:\\n不信你 → 半信你 → 假装信 → 有点信 → 完全信\\n但问题在于——\\n根本等不到对方慢慢走完这五步\\n所以真正高效的沟通\\n从来不是解释、不是自证\\n而是一种——\\n这套逻辑,我最早是从微商身上学到的。\\n不管多大多小的微商\\n就算又土、又穷、又焦虑\\n见面第一件事,一定是给你看:\\n转账流水、客户订单、资源群。\\n他的“装”\\n不是为了炫耀\\n而是为了防止你低估他,不认真跟他说话。\\n同样的逻辑,放在泡妞上也是一样。\\n再高冷的女生,对你爱答不理,\\n当她看到你开着一辆库里南,\\n我们不用纠结车是不是借的,\\n但你必须承认——\\n她对你说话的态度,一定会更客气。\\n这不是价值观问题,\\n这是不可逆、不可违背的人性机制。\",\"markdown\":\"*--In the business world, putting on a facade saves on communication costs.*\\n\\n很多人一听“装”,\\n\\n本能就反感。\\n\\n但你真做过生意\\n\\n就会知道\\n\\n**商业最大的成本**\\n\\n**从来不是钱,是沟通成本**\\n\\n你跟任何人谈生意\\n\\n对方对你的判断\\n\\n**基本都会经历五个阶段:**\\n\\n**不信你 → 半信你 → 假装信 → 有点信 → 完全信**\\n\\n但问题在于——\\n\\n# 生意是稍纵即逝的决策\\n\\n根本等不到对方慢慢走完这五步\\n\\n所以真正高效的沟通\\n\\n从来不是解释、不是自证\\n\\n而是一种——\\n\\n# “让你一眼看懂我在什么位置”的碾压式沟通。\\n\\n这套逻辑,我最早是从微商身上学到的。\\n\\n不管多大多小的微商\\n\\n就算又土、又穷、又焦虑\\n\\n见面第一件事,一定是给你看:\\n\\n转账流水、客户订单、资源群。\\n\\n他的“装”\\n\\n不是为了炫耀\\n\\n而是为了防止你低估他,不认真跟他说话。\\n\\n同样的逻辑,放在泡妞上也是一样。\\n\\n再高冷的女生,对你爱答不理,\\n\\n当她看到你开着一辆库里南,\\n\\n我们不用纠结车是不是借的,\\n\\n但你必须承认——\\n\\n她对你说话的态度,一定会更客气。\\n\\n这不是价值观问题,\\n\\n这是不可逆、不可违背的人性机制。\\n\\n所以,“装”的核心,\\n\\n从来不是显摆自己\\n\\n而是——\\n\\n# 减少对方试探你、消耗你的沟通成本\\n\\n更快进入合作状态\\n\\n但为什么很多人骨子里, 还是觉得做生意要讲低调、讲内敛?\\n\\n因为你被宏大叙事骗了。\\n\\n天天刷马云、马斯克演讲,\\n\\n盯着“福布斯”看哪位富豪又刷新认知\\n\\n却根本没搞清楚自己在哪个行业里\\n\\n因为如果你做的是\\n\\n——银行信贷、航天通信、化工能源\\n\\n这种稳定、封闭、强资源的生意 \\n\\n你低调、内向\\n\\n甚至你是个哑巴 \\n\\n别人都会觉得你高深莫测\\n\\n但问题是—— 大多数普通人\\n\\n百分之90都是服务业\\n\\n是为比你阶层更高的人\\n\\n提供衣、食、住、行、游、购、娱的服务\\n\\n# 这是一个高度依赖沟通、信任、合作的生意环境。 \\n\\n在这里, 你要足够“装”出强悍的外在 \\n\\n来节省与“合作方”交流的时间成本\\n\\n说句难听的\\n\\n今天拉你出来谈客户,\\n\\n你要是哑巴\\n\\n 别人不会觉得你深沉\\n\\n# 只会觉得你是个二逼\\n\\n这根本不是道德问题\\n\\n**而是人性机制 × 商业效率的问题**\"}",
"article_id": "7592116912205630761",
"read_time": 1,
"fe_data": "{\"aigc_post_source\":\"\",\"article_id\":7592116912205630761,\"article_num\":811,\"author_type\":\"\",\"background_color\":\"#333333\",\"background_extracted\":\"#333333\",\"clip_image_length\":0,\"description\":\"\",\"have_thinking\":false,\"head_poster_list\":{\"uri\":\"tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8\",\"url_list\":[\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=eeI2z1tSMHVS9emdRSvot7CsvlQ%3D\\&from=327834062\",\"https://p3-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article-v1:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=%2BCo5LizQNQuySwDsW4OdJOb6rRc%3D\\&from=327834062\",\"https://p26-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article-ai:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=nNLQmcV8KPqrF%2FZBU%2BzZ0LJOf%2BM%3D\\&from=327834062\",\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-shrink:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=dpTU03eXnjaxgl8V5qm2WSXS8Rk%3D\\&from=327834062\"]},\"image_length\":0,\"image_list\":[],\"is_ai_search\":false,\"is_rich_media\":false,\"long_article_markdown_slots\":null,\"long_article_need_desc\":\"\",\"long_article_version\":\"1\",\"pre_cover\":\"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-i-jm8ajry58r/9aaa6a82cfec499d977b173c767e5af8~tplv-dy-long-article:0:0.heic?lk3s=138a59ce\\&x-expires=1788404400\\&x-signature=eeI2z1tSMHVS9emdRSvot7CsvlQ%3D\\&from=327834062\",\"read_time\":1,\"read_time_second\":99,\"reference_list\":null,\"thinking_collapsed\":false,\"title_num\":45}"
},
"aweme_id": "7592116912205630761",
"guide_scene_info": {},
"item_share": 0,
"ent_log_extra": {
"log_extra": "{\"global_log_extra\":null,\"page_log_extra\":null,\"aweme_log_extra\":{\"ce_current_group_id\":\"7592116912205630761\",\"author_id\":\"60815739235\"},\"extra_log_extra\":null}"
},
"distribute_type": 1,
"interactive_info": {},
"dislike_dimension_list": null,
"author": {
"ky_only_predict": 0,
"story_message": 4,
"item_list": null,
"contrail_list": null,
"with_dou_entry": false,
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_300x300.webp?from=327834062",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_300x300.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"with_commerce_entry": false,
"has_orders": false,
"need_recommend": 0,
"youtube_expire_time": 0,
"is_block": false,
"avatar_168x168": {
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_168x168.webp?from=327834062",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8~c5_168x168.jpeg?from=327834062"
],
"height": 720,
"width": 720,
"uri": "168x168/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8"
},
"story_open": false,
"contacts_status": 2,
"user_mode": 0,
"story_count": 0,
"birthday": "",
"special_follow_status": 0,
"follower_request_status": 0,
"react_setting": 0,
"tw_expire_time": 0,
"total_favorited": 747753,
"uid": "60815739235",
"live_agreement_time": 0,
"follower_list_secondary_information_struct": null,
"aweme_control": {
"can_share": true,
"can_comment": true,
"can_show_comment": true,
"can_forward": true
},
"bind_phone": "",
"user_not_show": 1,
"enable_nearby_visible": true,
"hide_others_recommend_interest": 0,
"school_name": "",
"stitch_setting": 0,
"account_region": "",
"show_image_bubble": false,
"offline_info_list": null,
"user_permissions": null,
"platform_sync_info": null,
"user_tags": null,
"status": 1,
"awemehts_greet_info": "",
"download_prompt_ts": 0,
"weibo_verify": "",
"twitter_id": "",
"white_cover_url": null,
"school_type": 0,
"weibo_url": "",
"verification_type": 1,
"followers_detail": null,
"region": "CN",
"youtube_channel_id": "",
"enterprise_verify_reason": "",
"card_entries_not_display": null,
"need_points": null,
"signature": "🌍顶尖学府的底层思维",
"special_lock": 1,
"favoriting_count": 2889,
"is_cf": 0,
"special_people_labels": null,
"can_set_geofencing": null,
"search_impr": {
"entity_id": "60815739235"
},
"avatar_larger": {
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
],
"height": 720,
"uri": "1080x1080/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"width": 720
},
"has_unread_story": false,
"is_mix_user": true,
"download_setting": -1,
"school_id": "",
"shield_comment_notice": 0,
"sec_uid": "MS4wLjABAAAAUAaJpFzhA01yV6gslHT1b70abOQCNckImPAIP2PkFmI",
"user_age": -1,
"share_info": {
"share_url": "",
"share_desc": "",
"share_qrcode_url": {
"height": 720,
"width": 720,
"uri": "3ee6001e53b035711785",
"url_list": [
"https://p3-sign.douyinpic.com/obj/3ee6001e53b035711785?lk3s=138a59ce&x-expires=1787216400&x-signature=gynrGqy%2B3kJTrd8uWdtESRsIu4s%3D&from=327834062"
]
},
"share_title_myself": "",
"share_weibo_desc": "",
"share_title": "",
"share_title_other": "",
"share_desc_info": ""
},
"close_friend_type": 0,
"signature_display_lines": 0,
"cover_url": [
{
"height": 720,
"uri": "c8510002be9a3a61aad2",
"width": 720,
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=138a59ce&x-expires=1788404400&x-signature=W0Qz%2Fj0450szrC5EUsoRzvcEKT8%3D&from=327834062"
]
}
],
"is_binded_weibo": false,
"create_time": 0,
"allow_story_normal_like": true,
"is_blocked_v2": false,
"twitter_name": "",
"custom_verify": "",
"card_sort_priority": null,
"unique_id_modify_time": 1787195027,
"hide_search": false,
"comment_setting": 0,
"hide_location": false,
"has_twitter_token": false,
"following_count": 0,
"live_high_value": 0,
"story25_comment": 1,
"user_not_see": 0,
"neiguang_shield": 0,
"constellation": 9,
"with_shop_entry": false,
"is_gov_media_vip": false,
"has_youtube_token": false,
"personal_tag_list": null,
"risk_notice_text": "",
"room_id": 0,
"school_category": 0,
"school_poi_id": "",
"ad_cover_url": null,
"endorsement_info_list": null,
"card_entries": null,
"unique_id": "Leon_1221",
"is_not_show": false,
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
],
"height": 720,
"width": 720
},
"account_cert_info": "{}",
"verify_info": "",
"share_qrcode_uri": "3ee6001e53b035711785",
"link_item_list": null,
"follow_status": 0,
"im_role_ids": null,
"data_label_list": null,
"is_ad_fake": false,
"story_interactive": 4,
"homepage_bottom_toast": null,
"cha_list": null,
"with_fusion_shop_entry": false,
"secret": 0,
"geofencing": [],
"google_account": "",
"new_story_cover": null,
"relative_users": null,
"is_blocking_v2": false,
"story_ttl": 7,
"has_facebook_token": false,
"max_follower_count": 0,
"live_verify": 0,
"display_info": null,
"short_id": "97988138",
"gender": 1,
"language": "zh-Hans",
"avatar_thumb": {
"height": 720,
"width": 720,
"uri": "100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.webp?from=327834062",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8.jpeg?from=327834062"
]
},
"commerce_user_level": 0,
"sync_to_toutiao": 0,
"user_period": 0,
"has_insights": false,
"live_agreement": 0,
"signature_extra": null,
"text_extra": null,
"prevent_download": false,
"user_rate": 1,
"nickname": "李豪",
"is_phone_binded": false,
"is_star": false,
"video_icon": {
"uri": "",
"url_list": [],
"height": 720,
"width": 720
},
"avatar_uri": "aweme-avatar/tos-cn-i-c9aec8xkvj_e0f9b86257a448d2b20b6404b164b9e8",
"shield_follow_notice": 0,
"type_label": null,
"authority_status": 0,
"show_nearby_active": false,
"user_canceled": false,
"is_discipline_member": false,
"location": "",
"reflow_page_gid": 0,
"youtube_channel_title": "",
"has_email": false,
"interest_tags": null,
"mate_add_permission": 3,
"apple_account": 0,
"comment_filter_status": 0,
"hide_self_recommend_interest": 0,
"live_commerce": false,
"is_verified": true,
"duet_setting": 0,
"cv_level": "",
"ins_id": "",
"cf_list": null,
"follower_status": 0,
"accept_private_policy": false,
"shield_digg_notice": 0,
"weibo_name": "",
"weibo_schema": "",
"aweme_count": 7,
"live_status": 0,
"ban_user_functions": [],
"reflow_page_uid": 0,
"fb_expire_time": 0,
"follower_count": 0
},
"ecom_comment_atmosphere_type": 0,
"city": "440300",
"duet_aggregate_in_music_tab": false,
"series_basic_info": {},
"comment_permission_info": {
"comment_permission_status": 0,
"can_comment": true,
"item_detail_entry": false,
"press_entry": false,
"toast_guide": false
},
"distance": "",
"report_action": false,
"follow_shoot_clip_info": {
"clip_video_all": "7574267925964656000",
"clip_from_platform": "7574267925964656000",
"origin_clip_id": "7574267925964656000"
},
"packed_clips": null,
"media_type": 43,
"item_aigc_follow_shot": 1,
"is_hash_tag": 1,
"is_ads": false,
"desc": "生意场上,装逼就是节省沟通成本 #生意经 #沟通技巧 #赚钱思维 #装逼时刻",
"is_vr": false,
"video_tag": [
{
"tag_id": 0,
"tag_name": "",
"level": 0
},
{
"tag_id": 0,
"tag_name": "",
"level": 0
},
{
"tag_id": 0,
"tag_name": "",
"level": 0
}
],
"shoot_way": "",
"libfinsert_task_id": "",
"vr_type": 0,
"series_paid_info": {
"series_paid_status": 0,
"item_price": 0
},
"cover_labels": null,
"cf_recheck_ts": 0,
"status": {
"allow_share": true,
"allow_comment": true,
"self_see": false,
"download_status": 0,
"part_see": 0,
"allow_friend_recommend_guide": true,
"not_allow_soft_del_reason": "filter:timerItem",
"listen_video_status": 1,
"reviewed": 1,
"is_private": false,
"allow_self_recommend_to_friend": true,
"in_reviewing": false,
"is_delete": false,
"with_goods": false,
"aweme_edit_info": {
"edit_status": 0,
"has_modified_all": false,
"button_status": 2,
"button_toast": ""
},
"is_prohibited": false,
"allow_friend_recommend": false,
"dont_share_status": 0,
"private_status": 0,
"enable_soft_delete": 0,
"with_fusion_goods": false,
"aweme_id": "7592116912205630761",
"review_result": {
"review_status": 0
},
"video_hide_search": 0
},
"is_relieve": false,
"have_dashboard": false,
"video_share_edit_status": 0,
"duration": 0,
"douplus_user_type": 0,
"show_follow_button": {},
"without_watermark": false,
"is_story": 0,
"poi_biz": {},
"need_vs_entry": true
},
"extra": {
"now": 1787195027000,
"logid": "202608201103479E68966AD5D035FBBE15",
"fatal_item_ids": []
},
"log_pb": {
"impr_id": "202608201103479E68966AD5D035FBBE15"
},
"status_code": 0
},
"requestId": "2c59c78f-a0fc-4adc-8201-d801a05b8412"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙2 creditper request
Copy for AI
🤖 Why Code When AI Can Do It For You?
Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
⌘I

