Skip to main content
POST
cURL
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

请求体

application/json
url
string
必填

API链接,请去除url中的原本的a_boogus参数(如有)。

示例:

"https://www.douyin.com/aweme/v1/web/general/search/single/?device_platform=webapp&aid=6383&channel=channel_pc_web&search_channel=aweme_general&enable_history=1&keyword=%E4%B8%AD%E5%8D%8E%E5%A8%98&search_source=normal_search&query_correct_type=1&is_filter_search=0&from_group_id=7346905902554844468&offset=0&count=15&need_filter_settings=1&pc_client_type=1&version_code=190600&version_name=19.6.0&cookie_enabled=true&screen_width=1280&screen_height=800&browser_language=zh-CN&browser_platform=Win32&browser_name=Firefox&browser_version=124.0&browser_online=true&engine_name=Gecko&engine_version=124.0&os_name=Windows&os_version=10&cpu_core_num=16&device_memory=&platform=PC&webid=7348962975497324070&msToken=YCTVM6YGmjFdIpQAN9ykXLBXiSiuHdZkOkEQWTeqVOHBEPmOcM0lNwE0Kd9vgHPMPigSndZDHfAq9k-6lDmH3Jqz6mHHxmn-BzQjmLMIfLIPgirgnOixM9x4PwgcNQ%3D%3D"

data
string
必填

请求载荷,只有在POST请求中才需要提交,GET请求中使用空字符串即可。

示例:

"{\"creator_oec_id\": \"7495029460384385115\", \"profile_types\": [2]}"

user_agent
string
必填

user-agent,需要提交你请求头中的User-Agent,该值参与a_bogus参数的计算。

示例:

"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"

index_0
integer
默认值:0

加密明文列表的第一个值,无特殊要求,默认为0,不要随意修改。

index_1
integer
默认值:1

加密明文列表的第二个值,无特殊要求,默认为1,不要随意修改。

index_2
integer
默认值:14

加密明文列表的第三个值,无特殊要求,默认为14,不要随意修改。

响应

请求成功

The response is of type object.