快工助手跨境电商知识与商机助手

Precheck Video Content

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Path: /affiliate_creator/202511/videos/precheck_task

#

§2 Method: [POST]

#

§3 Function Description

Use this API to pre-check if there's any violation in the video and the shoppable content anchor


#

§4 Common Parameters

For common parameters, refer to How to call TikTok Shop APIs - Common Parameters

Properties Location Type Require Sample Properties description
content-typeheaderstringYapplication/jsonAllowed type: application/json
#

§5 Request Query Parameters

Properties Type Require Sample Properties description
app_keystringY38abcdEvery single app will have a unique key. Please use the specific key assigned to your app.
signstringY5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8cSignature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders.
timestampintY1623812664Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time.
#

§6 Request Body Parameters

Properties Type Require Sample Properties description
video_infoobjectYVideo information
^file_idstringYv12d00gd0024d3nfqr7og65Video file_id from Upload Shoppable Video File
product_link_infoobjectYProduct link information
^product_idstringY17294069642063424Use product_id to bind the product with the video.
The product_id from Get Shop Products or Get Showcase Products
^titlestringYSample product anchor titleThe title to be shown on the product anchor. Anchor title should be shorter than 30 characters.
#

§7 Request Sample

Query

https://open-api.tiktokglobalshop.com/affiliate_creator/202511/videos/precheck_task?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268

Body

{"video_info":{"file_id":"v12d00gd0024d3nfqr7og65"},"product_link_info":{"product_id":"17294069642063424","title":"Sample product anchor title"}}
#

§8 Response Parameters

Properties Type Sample Properties description
codeint0The success or failure status code returned in API response.
messagestringSuccessThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstring202203070749000101890810281E8C70B7Request log
dataobjectSpecific return information
^precheckobjectVideo content pre-check task result
^^task_idstring1123123123pre-check task id
#

§9 Response Sample

{"code":0,"data":{"precheck":{"task_id":"1123123123"}},"message":"Success","request_id":"202203070749000101890810281E8C70B7"}
#

§10 Error Code

For common error codes, refer to How to call TikTok Shop APIs - Common Error Code

Code Message
16011007Product link title should be no longer than 30 characters.
16011009Product link title contains offensive language.
16011069Product link title contains punctuation or emoji.
36009003Internal error. Please try again. If the issue persists after multiple attempts, please contact platform support.
170001002Creator TikTok Shop permission check failed.
170001005Creator terms of service not signed. Please contact TikTok for more details.
170001006GKA terms not signed. Please try again after signing GKA term.
170001007Creator did not sign the EU data share agreement.
170001008Creator Age verification failed. Please verify age first.
170001009The product belongs to unsupported category.
170001010The commission plan gets failed or rejected.
170001011The product doesn't exist.
170001012The product is not available.
170001013Showcase SPU exceeds limit.
170001014Blocked by spam check.
170001015Blocked by TikTok Shop risk control.
170001018Get creator pay account error. Please verify the pay account first.
170001019The user has exceeded allocated daily quota for precheck resource
#