{
    "info": {
        "name": "TikLiveAPI",
        "description": "Official Postman Collection for TikLiveAPI. Extract TikTok data in real-time.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "Users Endpoints",
            "item": [
                {
                    "name": "User ID",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/userid/?username=tiktok",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "userid"
                            ],
                            "query": [
                                {
                                    "key": "username",
                                    "value": "tiktok",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve the unique numeric User ID (UID) for any TikTok user by providing their username. Essential for subsequent API requests."
                    }
                },
                {
                    "name": "User Info by Username",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/userinfo-by-username/?username=tiktok",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "userinfo-by-username"
                            ],
                            "query": [
                                {
                                    "key": "username",
                                    "value": "tiktok",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch detailed user profile information including bio, stats (followers, heart count), nickname, and verified status using a username."
                    }
                },
                {
                    "name": "User Info by ID",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/userinfo-by-id/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "userinfo-by-id"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Get comprehensive user profile details such as follower count, total likes, bio, and secUid using the unique numeric User ID."
                    }
                },
                {
                    "name": "User Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-posts/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-posts"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a list of video posts from a specific TikTok user, including video play URL, cover image, stats, and description."
                    }
                },
                {
                    "name": "User Followers",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-followers/?userid=6763595241277129734",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-followers"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "6763595241277129734",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Get the complete list of followers for a specific TikTok user. Access user profiles of followers for deeper audience analysis."
                    }
                },
                {
                    "name": "User Following",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-following/?userid=6763595241277129734",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-following"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "6763595241277129734",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve the list of accounts that a specific TikTok user is following. Analyze user interests and network connections."
                    }
                },
                {
                    "name": "User Search",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-user/?keyword=tiktok",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-user"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "tiktok",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for TikTok users by keyword or username. Find profiles matching your search criteria with detailed user snippets."
                    }
                },
                {
                    "name": "User Collections",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-collections/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-collections"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a list of public collections (favorites) created by a specific TikTok user, including collection titles and cover images."
                    }
                },
                {
                    "name": "User Liked Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-liked/?userid=7251316607308678170",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-liked"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "7251316607308678170",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Access the list of videos that a specific TikTok user has liked. Note: The user's liked videos must be public."
                    }
                },
                {
                    "name": "User Playlists (Mix)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-playlists/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-playlists"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Browse and retrieve all public playlists created by a specific TikTok user. Discover their personal video collections and curated series."
                    }
                },
                {
                    "name": "User Stories",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-stories/?userid=78234114527",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-stories"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "78234114527",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve active stories posted by a specific TikTok user. Access temporary video content before it expires."
                    }
                }
            ]
        },
        {
            "name": "Posts (Videos) Endpoints",
            "item": [
                {
                    "name": "Post Detail",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/post-detail/?url=https%3A%2F%2Fwww.tiktok.com%2F%40tiktok%2Fvideo%2F7460937381265411370",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "post-detail"
                            ],
                            "query": [
                                {
                                    "key": "url",
                                    "value": "https://www.tiktok.com/@tiktok/video/7460937381265411370",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Get in-depth details for a specific TikTok post (video). Includes stats, music info, author data, and no-watermark download URLs."
                    }
                },
                {
                    "name": "Post Comments",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/post-comments/?url=https%3A%2F%2Fwww.tiktok.com%2F%40tiktok%2Fvideo%2F7460937381265411370",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "post-comments"
                            ],
                            "query": [
                                {
                                    "key": "url",
                                    "value": "https://www.tiktok.com/@tiktok/video/7460937381265411370",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a list of comments for a specific TikTok video. Analyze audience sentiment, engagement, and direct feedback from viewers."
                    }
                },
                {
                    "name": "Post Comment Replies",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/post-comment-replies/?video_id=7460937381265411370&comment_id=7460951322251920150",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "post-comment-replies"
                            ],
                            "query": [
                                {
                                    "key": "video_id",
                                    "value": "7460937381265411370",
                                    "description": ""
                                },
                                {
                                    "key": "comment_id",
                                    "value": "7460951322251920150",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch all replies to a specific top-level comment on a TikTok video. Understand the full context of conversations and user interactions."
                    }
                },
                {
                    "name": "Post Music",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/music-posts/?music_id=6747377620087819014",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "music-posts"
                            ],
                            "query": [
                                {
                                    "key": "music_id",
                                    "value": "6747377620087819014",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a list of videos that use a specific music track or sound. Explore content trends for a song."
                    }
                },
                {
                    "name": "Post Challenge",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/challenge-posts/?challenge_id=33380",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "challenge-posts"
                            ],
                            "query": [
                                {
                                    "key": "challenge_id",
                                    "value": "33380",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch trending videos associated with a specific hashtag or challenge. Analyze hashtag performance and content."
                    }
                },
                {
                    "name": "Post Playlist",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/playlist-posts/?playlist_id=7516638364301265695",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "playlist-posts"
                            ],
                            "query": [
                                {
                                    "key": "playlist_id",
                                    "value": "7516638364301265695",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Get all video posts from a specific TikTok playlist. Perfect for downloading or analyzing entire series or thematic collections."
                    }
                },
                {
                    "name": "Posts Collection (Favorites)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/collection-posts/?collection_id=7394627756635573022",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "collection-posts"
                            ],
                            "query": [
                                {
                                    "key": "collection_id",
                                    "value": "7394627756635573022",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Access all videos saved within a specific user collection. Retrieve detailed information about a user's favorite or bookmarked content."
                    }
                },
                {
                    "name": "Post Search",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-video/?keyword=cat&publish_time=0&sort_by=0",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-video"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "cat",
                                    "description": ""
                                },
                                {
                                    "key": "publish_time",
                                    "value": "0",
                                    "description": ""
                                },
                                {
                                    "key": "sort_by",
                                    "value": "0",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for TikTok videos by keyword. Filter results by publish time, relevance, or like count to find specific content."
                    }
                }
            ]
        },
        {
            "name": "Music Endpoints",
            "item": [
                {
                    "name": "Music Info",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/music-info/?music_id=6747377620087819014",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "music-info"
                            ],
                            "query": [
                                {
                                    "key": "music_id",
                                    "value": "6747377620087819014",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve detailed metadata for a specific music track, including title, artist, album cover, and usage statistics."
                    }
                },
                {
                    "name": "Music Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/music-posts/?music_id=6747377620087819014",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "music-posts"
                            ],
                            "query": [
                                {
                                    "key": "music_id",
                                    "value": "6747377620087819014",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch a feed of videos that feature a specific music track. Discover how a sound is being used across TikTok."
                    }
                }
            ]
        },
        {
            "name": "Challenge Endpoints",
            "item": [
                {
                    "name": "Challenge Info (ID)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/challenge-info-id/?id=7551",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "challenge-info-id"
                            ],
                            "query": [
                                {
                                    "key": "id",
                                    "value": "7551",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve detailed information about a hashtag challenge using its unique ID, including usage stats and description."
                    }
                },
                {
                    "name": "Challenge Info (Name)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/challenge-info-name/?name=cat",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "challenge-info-name"
                            ],
                            "query": [
                                {
                                    "key": "name",
                                    "value": "cat",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch details for a specific hashtag challenge by name. Access view counts, descriptions, and related data."
                    }
                },
                {
                    "name": "Challenge Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/challenge-posts/?challenge_id=33380",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "challenge-posts"
                            ],
                            "query": [
                                {
                                    "key": "challenge_id",
                                    "value": "33380",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a stream of videos associated with a specific hashtag challenge. Monitor trend participation."
                    }
                },
                {
                    "name": "Challenge Search",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-challenge/?keyword=cat",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-challenge"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "cat",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for trending hashtags and challenges by keyword. Discover viral topics and popular tags to boost your content strategy."
                    }
                }
            ]
        },
        {
            "name": "Search Endpoints",
            "item": [
                {
                    "name": "Search User",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-user/?keyword=tiktok",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-user"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "tiktok",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for TikTok users by keyword. Filter results by specific criteria to find profiles, influencers, or market competitors efficiently."
                    }
                },
                {
                    "name": "Search Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-video/?keyword=cat&publish_time=0&sort_by=0",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-video"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "cat",
                                    "description": ""
                                },
                                {
                                    "key": "publish_time",
                                    "value": "0",
                                    "description": ""
                                },
                                {
                                    "key": "sort_by",
                                    "value": "0",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for TikTok videos by keyword. Filter results by publish time, relevance, or like count to find specific content."
                    }
                },
                {
                    "name": "Search Challenge",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/search-challenge/?keyword=cat",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "search-challenge"
                            ],
                            "query": [
                                {
                                    "key": "keyword",
                                    "value": "cat",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Search for challenges and hashtags by keyword to find trending topics. essential for discovering viral content and popular tags."
                    }
                }
            ]
        },
        {
            "name": "Playlist (Mix) Endpoints",
            "item": [
                {
                    "name": "Playlist Info",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/playlist-info/?playlist_id=7516638364301265695",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "playlist-info"
                            ],
                            "query": [
                                {
                                    "key": "playlist_id",
                                    "value": "7516638364301265695",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve comprehensive metadata for a specific TikTok playlist, including creator details, cover image, video count, and update status."
                    }
                },
                {
                    "name": "Playlist Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/playlist-posts/?playlist_id=7310664772314352415",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "playlist-posts"
                            ],
                            "query": [
                                {
                                    "key": "playlist_id",
                                    "value": "7310664772314352415",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch all video posts contained within a specific playlist. Access the full sequence of videos for downloading or analysis."
                    }
                },
                {
                    "name": "Playlist by User",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-playlists/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-playlists"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve all public playlists created by a specific user. Explore their curated video series and discover new content collections."
                    }
                }
            ]
        },
        {
            "name": "Download Endpoints",
            "item": [
                {
                    "name": "Download Video",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/download-video/?url=https%3A%2F%2Fwww.tiktok.com%2F%40tiktok%2Fvideo%2F7460937381265411370",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "download-video"
                            ],
                            "query": [
                                {
                                    "key": "url",
                                    "value": "https://www.tiktok.com/@tiktok/video/7460937381265411370",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Download high-quality TikTok videos without watermarks. Retrieve direct download links for content archiving."
                    }
                },
                {
                    "name": "Download Music",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/download-music/?url=https%3A%2F%2Fwww.tiktok.com%2F%40tiktok%2Fvideo%2F7460937381265411370",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "download-music"
                            ],
                            "query": [
                                {
                                    "key": "url",
                                    "value": "https://www.tiktok.com/@tiktok/video/7460937381265411370",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Extract and download the audio track (MP3) from a TikTok video. Get the original sound in high quality."
                    }
                }
            ]
        },
        {
            "name": "Collection Endpoints",
            "item": [
                {
                    "name": "Collection Info",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/collection-info/?collection_id=7394627756635573022",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "collection-info"
                            ],
                            "query": [
                                {
                                    "key": "collection_id",
                                    "value": "7394627756635573022",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve metadata for a specific user collection, including title, cover image, video count, and other essential collection details."
                    }
                },
                {
                    "name": "Collection Posts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/collection-posts/?collection_id=7394627756635573022",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "collection-posts"
                            ],
                            "query": [
                                {
                                    "key": "collection_id",
                                    "value": "7394627756635573022",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch all video posts saved within a specific collection. Access aggregated favorite content for analysis or personal archiving."
                    }
                },
                {
                    "name": "Collection by User",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/user-collections/?userid=107955",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "user-collections"
                            ],
                            "query": [
                                {
                                    "key": "userid",
                                    "value": "107955",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Retrieve a list of public collections belonging to a specific user. Explore specific user's curated favorites."
                    }
                }
            ]
        },
        {
            "name": "Region Endpoints",
            "item": [
                {
                    "name": "Region List",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/region-list/",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "region-list"
                            ],
                            "query": []
                        },
                        "description": "Retrieve a comprehensive list of supported country codes and regions. Use these codes to filter search results and localized content."
                    }
                }
            ]
        },
        {
            "name": "Ads Endpoints",
            "item": [
                {
                    "name": "Ads Detail",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-Api-Key",
                                "value": "YOUR_API_KEY",
                                "type": "text",
                                "description": "Your secret API Key"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text",
                                "description": "Force JSON response"
                            }
                        ],
                        "url": {
                            "raw": "https://api.tikliveapi.com/ads-detail/?url=https%3A%2F%2Fads.tiktok.com%2Fbusiness%2Fcreativecenter%2Ftopads%2F7221117041168252930%2F",
                            "protocol": "https",
                            "host": [
                                "api",
                                "tikliveapi",
                                "com"
                            ],
                            "path": [
                                "ads-detail"
                            ],
                            "query": [
                                {
                                    "key": "url",
                                    "value": "https://ads.tiktok.com/business/creativecenter/topads/7221117041168252930/",
                                    "description": ""
                                }
                            ]
                        },
                        "description": "Fetch detailed data for a specific TikTok advertisement, including creative assets, advertiser info, and performance metrics."
                    }
                }
            ]
        }
    ]
}