← All APIs
Social platformsLive
Kuaishou
Kuaishou (快手) App surface — user profile + hot-post + comment + comprehensive search + hot-board categories. Several upstream variants returned 400 during probe (one_video, user_post_v2, typed search) — gateway exposes only the consistently-working ones.
Endpoints
5 ready-to-call endpoints
GET/kuaishou/users/{user_id}
Get a user profile
Profile, kwaiId handle, follower / following / photo / total-like counts.
GET/kuaishou/users/{user_id}/hot-posts
List a user's top videos
Top-performing videos for a user (the working alternative to `fetch_user_post_v2`).
GET/kuaishou/videos/{photo_id}/comments
List video comments
Comment tree for a `photo_id`.
GET/kuaishou/search
Comprehensive search
Mixed-result search; flattened to video items for cross-platform parity.
GET/kuaishou/hot-boards
Hot-board categories
Top trending board categories on Kuaishou.