GET /v1/kuaishou/app/fetch_tag_feed
Tag feed
stable · 2 credits per success
Tag aggregation page: tagInfo + related feed (mixFeeds[]). Hashtag page has 4 sub tabs.;general_tag_id: Tag ID. Topic tag uses tag name or search_tag's numeric id; sound tag uses encoded id.;tab: hot / latest / image / live;tag_name: Tag display name (recommended for topic tags);tag_type: 1=topic tag, 29=sound/music tag;tag_source: 2=from search, 3=sound tag from photo page;from_photo_id: Source …
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| tab | string | query | no | hot(最热门) | demo |
| pcursor | string | query | no | 首次留空,翻页传上一页响应的 pcursor | demo |
| tag_name | string | query | no | 话题标签建议传,等于标签名 | demo |
| tag_type | integer | query | no | 1=话题标签,29=声音 | demo |
| tag_source | integer | query | no | 2=搜索进入话题页,3=作品页声音标签 | demo |
| from_photo_id | string | query | no | 进入标签页的源作品 photoId(可选) | demo |
| general_tag_id | string | query | yes | 话题标签传标签名或 search_tag 的数字 id;声音标签传编码串 | 清纯甜美少女 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.