接口上新通知:上线热门趋势、数据洞察等接口API😄
EchoTik API Docs
🇺🇸 English
🇨🇳简体中文
🇺🇸 English
EchoTik API Dashboard
EchoTik API Dashboard
🇺🇸 English
🇨🇳简体中文
🇺🇸 English
🇺🇸 English
🇨🇳简体中文
🇺🇸 English
Copy Page
Introduction
Interface authentication instructions
Pagination Methods Explanation
TikTok Shop Affiliate Centre Creator Data
Data Description
Obtain the creator_oecuid from the creator square via TikTok-ID
GET
Obtain the creator's basic data through creator_oecuid
GET
Obtain the influencer's product promotion data through creator_oecuid
GET
Obtain the influencer's fan portrait data through creator_oecuid
GET
Obtain the trend data of influencers through creator_oecuid
GET
Obtain the influencer's video data through creator_oecuid
GET
Influencer
Influencer Category Name Description
Influencer List - EchoTik
GET
Influencer Trends (Snapshot) - EchoTik
GET
Batch fetch influencer details - EchoTik
GET
Influencer Video List - EchoTik
GET
Influencer Livestream List - EchoTik
GET
Influencer Product List - EchoTik
GET
Influencer Ranking List - EchoTik
GET
Influencer Details - Real-time interface
GET
Influencer Video List - Real-time Interface
GET
Influencer Follower List - Real-time Interface
GET
Influencer Following List - Real-time Interface
GET
Influencer Regional Acquisition - Real-time Interface
GET
Get user QR code
GET
Product
Product category dimension data
Data Description
Product First-Level Category List
Product Secondary Category List
Product Subcategory Category List
Product List - EchoTik
GET
Product Trends (Snapshot) - EchoTik
GET
Batch fetch product details - EchoTik
GET
Product Review List - EchoTik
GET
Product Association Sales Creator List - EchoTik
GET
Product Associated Video List - EchoTik
GET
Product Association Live Stream List - EchoTik
GET
Product Ranking List - EchoTik
GET
Get Product ID via Product Share Link - Real-time Interface
GET
Get product details - Real-time interface
GET
Product Review List - Real-time interface
GET
Shop
Product category dimension data
Data Description
Product First-Level Category List
Product Secondary Category List
Product Subcategory Category List
Shop List - EchoTik
Shop Trends (Snapshot) - EchoTik
Shop Detail - EchoTik
Shop's product list - EchoTik
Shop Related Creators List - EchoTik
Shop Related Video List - EchoTik
Shop Related Live Stream List - EchoTik
Shop Ranking List - EchoTik
Shop's product list - Real-time interface
Video
Video List - EchoTik
Video Trends (Snapshot) - EchoTik
Batch fetch video details - EchoTik
Video-related product list - EchoTik
Video Ranking List - EchoTik
Video Details - Real-time Interface
Video Text and Subtitle Extraction - Real-time Interface
Video Tag Hashtag Associated Video List - Real-Time Interface
Video-related comment list - Real-time interface
Video comment reply list - Real-time interface
Get video download url
Live
Live Stream Details - Real-time Interface
Search
General Search Interface - EchoTik
Search by image - EchoTik
Video tag hashtag search - Real-time interface
Creator search - Real-time interface
Music Search - Real-time Interface
Video Search - Real-time Interface
Live Stream Search - Real-time Interface
Social media analysis
Video comment word analysis - Real-time interface
Video interaction trend in the past 14 days - Real-time interface
Creator Milestone - Real-time Interface
Trending
Industry classification mapping
Trending hashtag list
Trending hashtag detail
Trending music list
Trending music detail
Trending video list
Insights
Insights keyword
Insights product list
Insights product detail
Insights ads
Insights ads detail
Batch download cover images
GET
EchoTik API Dashboard
EchoTik API Dashboard
🇺🇸 English
🇨🇳简体中文
🇺🇸 English
🇺🇸 English
🇨🇳简体中文
🇺🇸 English
Interface authentication instructions
Copy Page
1. Authentication Method
#
This platform's API uses basic authentication (Basic Authentication) for identity verification.
2. Authentication Process
#
Get your exclusive username (username) and password (password) on the
EchoTik API
platform.
3. Base64 Encoding
#
1.
Generate the authentication string by concatenating the username and password in the format username:password (e.g., user123:pass456).
2.
Base64 encoding is performed on the concatenated string (e.g., user123:pass456 encoded as dXNlcjEyMzpwYXNzNDU2).
3.
Set the request header to place the encoded string in the HTTP request header's Authorization field, formatted as:
💡
Authorization: Basic Base64EncodedString
4. Example (curl)
#
Precautions
#
Please keep your username and password properly and avoid disclosure.
All API requests must carry a valid Authorization header, otherwise a 401 Unauthorized error will be returned.
Previous
Introduction
Next
Pagination Methods Explanation