Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
query: 查询建议列表(字符串数组){
"code": 200,
"router": "/api/v1/tiktok/ads/get_query_suggestions",
"params": {
"count": "50",
"scenario": "1"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"query": [
"shop now",
"50% off"
]
}
}
}query: Query suggestions list (string array){
"code": 200,
"router": "/api/v1/tiktok/ads/get_query_suggestions",
"params": {
"count": "50",
"scenario": "1"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"query": [
"shop now",
"50% off"
]
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_query_suggestions?count&scenario' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}