EchoTik API Docs
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
EchoTik API DashboardEchoTik API Skills 新手使用指南
EchoTik API DashboardEchoTik API Skills 新手使用指南
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. Creative Center Copy
  • Introduction
  • Interface authentication instructions
  • Skills
  • 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 - Real-time interface
    • HashTag Ranking List - EchoTik
    • HashTag Trends(Snapshot) - EchoTik
    • Trending Hashtag - Real-time Interface
    • Recommended Video Stream - Real-time Interface
  • Live
    • Live List - EchoTik
    • Batch fetch live details - EchoTik
    • Live Trends(Snapshot) - EchoTik
    • Live Association Product List - EchoTik
    • Live Stream Details - Real-time Interface
  • Music
    • Sticker Detail - Real-time interface
    • Sticker Associated Video List - Real-time interface
    • Music Detail - Real-time interface
    • Music Associated Video List - Real-time interface
    • Music Ranking List - Real-time interface
  • Search
    • General Search Interface - 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
    • Product Search - Real-time Interface
    • Image Search for Products - Real-time Interface
    • Image Search Paged Product Data - Real-Time Interface
    • Top Search - Real-time interface
    • Alibaba (Lens) Image search for product
  • 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
  • Creative Center
    • Get top ads list - Real-time interface
    • Get top ads detail - Real-time interface
    • Interactive time analysis - Real-time interface
    • Top AD search - Real-time interface
    • Get top ads spotlight - Real-time interface
    • Get hashtag list - Real-time interface
    • Get hashtag detail - Real-time interface
    • Get the list of trend videos - Real-time interface
    • Get priority region - Real-time interface
    • Get the industry list - Real-time interface
  • Creative Center Copy
    • Get top ads list - Real-time interface
      GET
    • Get top ads detail - Real-time interface
      GET
    • Interactive time analysis - Real-time interface
      GET
    • Top AD search - Real-time interface
      GET
    • Get top ads spotlight - Real-time interface
      GET
    • Get hashtag list - Real-time interface
      GET
    • Get hashtag detail - Real-time interface
      GET
    • Get the list of trend videos - Real-time interface
      GET
    • Get priority region - Real-time interface
      GET
    • Get the industry list - Real-time interface
      GET
  • Insights
    • Keyword Inspiration Insight - Real-time Interface
    • Trending Search Term Ranking - Real-time API
    • Suggestions for Keyword Acquisition Users - Real-time Interface
  • Category Dashboard
    • Category Detail - EchoTik
    • Category Trends - EchoTik
  • Other social media platform APIs🌟
    • KeyAPI
  • Batch download cover images
    GET
  • Schemas
    • response-400
    • response-402
    • response-403
    • response-429
    • response-500
  1. Creative Center Copy

Interactive time analysis - Real-time interface

GET
https://open.echotik.live/api/v3/realtime/interactive_time_analysis
Interactive time analysis(CTR,CVR,Clicks,Conversion,Remain)。Used in conjunction with /v1/tk-ads/top_ads_detail.

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
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open.echotik.live/api/v3/realtime/interactive_time_analysis?material_id=7552078920880619527&metric=' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "code": 0,
    "message": "success",
    "data": {
        "analysis": [
            {
                "second": 0,
                "value": 0.05674191580231849
            },
            {
                "second": 1,
                "value": 1
            },
            {
                "second": 2,
                "value": 0.3881286498736163
            },
            {
                "second": 3,
                "value": 0.23097707661466052
            },
            {
                "second": 4,
                "value": 0.16935413579708883
            },
            {
                "second": 5,
                "value": 0.1273424562015166
            },
            {
                "second": 6,
                "value": 0.1087771289113571
            },
            {
                "second": 7,
                "value": 0.10790551730149045
            },
            {
                "second": 8,
                "value": 0.09221650832389088
            },
            {
                "second": 9,
                "value": 0.0956157936023708
            },
            {
                "second": 10,
                "value": 0.08785845027455766
            },
            {
                "second": 11,
                "value": 0.0784450448879979
            },
            {
                "second": 12,
                "value": 0.06545803190098493
            },
            {
                "second": 13,
                "value": 0.06833435021354484
            },
            {
                "second": 14,
                "value": 0.06554519306197158
            },
            {
                "second": 15,
                "value": 0.11278654231674365
            }
        ],
        "duration": 16,
        "highlight": [
            1,
            9,
            13
        ]
    },
    "requestId": "32bc651e-3d88-4663-8fed-75e9a97782d7"
}
Previous
Get top ads detail - Real-time interface
Next
Top AD search - Real-time interface
Built with