EchoTik API Docs
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
EchoTik API Dashboard
EchoTik API Dashboard
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. Video
  • Introduction
  • Interface authentication instructions
  • Pagination Methods Explanation
  • Dataset Service
  • Limited Time Offer
    • Data Description
  • TikTok Shop Affiliate Center Creator Profile
    • Data Description
  • TikTok Shop E-commerce Video Dataset API
    • Data Description
  • 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
    • Product Trends (Snapshot) - EchoTik
    • Batch fetch product details - EchoTik
    • Product Review List - EchoTik
    • Product Association Sales Creator List - EchoTik
    • Product Associated Video List - EchoTik
    • Product Association Live Stream List - EchoTik
    • Product Ranking List - EchoTik
    • Get Product ID via Product Share Link - Real-time Interface
    • Get product details - Real-time interface
    • Product Review List - Real-time interface
  • 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
      GET
    • Video Trends (Snapshot) - EchoTik
      GET
    • Batch fetch video details - EchoTik
      GET
    • Video-related product list - EchoTik
      GET
    • Video Ranking List - EchoTik
      GET
    • Video Details - Real-time Interface
      GET
    • Video Text and Subtitle Extraction - Real-time Interface
      GET
    • Video Tag Hashtag Associated Video List - Real-Time Interface
      GET
    • Video-related comment list - Real-time interface
      GET
    • Video comment reply list - Real-time interface
      GET
    • Get video download url
      GET
  • 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
  • Other social media platform APIs🌟
    • KeyAPI
  • Batch download cover images
    GET
  1. Video

Video List - EchoTik

GET
https://open.echotik.live/api/v3/echotik/video/list
Provide video data from the EchoTik offline (T+1 update) library, suitable for scenarios requiring large-scale acquisition of video data.
Note: Due to cost considerations, our collection and acquisition strategy will not cover all videos. For more videos, you can use the real-time video interface to obtain them.

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "message": "success",
    "data": [
        {
            "avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/19/MS4wLjABAAAAP5MDMgXdMWNIPLlXvKUCd8Kl5CsZ49Q8MBCmrHrP_OemGSjkD6reMxXwIdixx4uK.jpg",
            "create_time": "1767213318",
            "created_by_ai": "false",
            "data_size": "1127263",
            "duration": 15,
            "height": "1280",
            "is_ad": 1,
            "product_category_list": "[]",
            "ratio": "720p",
            "reflow_cover": "https://echosell-images.tos-ap-southeast-1.volces.com/video-cover/653/7590123280372190477.jpg",
            "region": "US",
            "sales_flag": 0,
            "total_comments_cnt": 0,
            "total_digg_1d_cnt": 0,
            "total_digg_30d_cnt": 11,
            "total_digg_7d_cnt": 0,
            "total_digg_cnt": 11,
            "total_favorites_cnt": 0,
            "total_shares_cnt": 0,
            "total_video_sale_cnt": 0,
            "total_video_sale_gmv_amt": 0,
            "total_views_1d_cnt": 0,
            "total_views_30d_cnt": 174,
            "total_views_7d_cnt": 0,
            "total_views_cnt": 174,
            "unique_id": "ania.salon",
            "user_id": "7263534769727816746",
            "video_desc": "",
            "video_id": "7590123280372190477",
            "video_products": "[]",
            "width": "720"
        }
    ],
    "requestId": "f9edb062-585d-4cbd-a7f5-851067490ef1"
}
Previous
Shop's product list - Real-time interface
Next
Video Trends (Snapshot) - EchoTik
Built with