@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1142 @@
1
+ # PiPiXia-App-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/pipixia-app-api.md`](../api-tags/pipixia-app-api.md)
5
+ - Current contract file: `api-contracts/pipixia-app-api.md`
6
+ - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
+ - Fetched at: `2026-03-08T06:54:04+00:00`
8
+ - Route count: `17`
9
+ - Default auth: Header `Authorization` Bearer
10
+ - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
+ - Tag description: **(皮皮虾App数据接口/PiPiXia-App-API data endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-pipixia-app-fetch-hashtag-detail"></a>
16
+ ### `GET /api/u1/v1/pipixia/app/fetch_hashtag_detail`
17
+
18
+ - Summary: 获取话题详情/Get hashtag detail
19
+ - Capabilities: details / topics
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `fetch_hashtag_detail_api_v1_pipixia_app_fetch_hashtag_detail_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取话题详情数据。
28
+ > ### 参数:
29
+ > - hashtag_id: 话题id,可以从分享链接中获取。
30
+ > ### 返回:
31
+ > - 话题详情数据
32
+ >
33
+ > # [English]
34
+ > ### Purpose:
35
+ > - Get hashtag detail data.
36
+ > ### Parameters:
37
+ > - hashtag_id: AKA hashtag id, can be obtained from the share link.
38
+ > ### Return:
39
+ > - Hashtag detail data
40
+ > # [示例/Example]
41
+ > hashtag_id = "129559"
42
+
43
+ #### Parameters
44
+
45
+ | Field | In | Type | Required | Description | Default | Example | Enum |
46
+ | --- | --- | --- | --- | --- | --- | --- | --- |
47
+ | hashtag_id | query | string | Yes | 话题id/Hashtag id | None | 129559 | None |
48
+
49
+ #### Request Body
50
+
51
+ None
52
+
53
+ #### Success Response
54
+
55
+ ##### `200 application/json`
56
+
57
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
58
+
59
+ | Field | Type | Required | Description | Default | Example | Enum |
60
+ | --- | --- | --- | --- | --- | --- | --- |
61
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
62
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
63
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
64
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
65
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
66
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
67
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
68
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
69
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
70
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
71
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
72
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
73
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
74
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
75
+ | data | null | No | The response data \| 响应数据 | None | None | None |
76
+
77
+ <a id="get-api-u1-v1-pipixia-app-fetch-hashtag-post-list"></a>
78
+ ### `GET /api/u1/v1/pipixia/app/fetch_hashtag_post_list`
79
+
80
+ - Summary: 获取话题作品列表/Get hashtag post list
81
+ - Capabilities: content details / topics
82
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
83
+ - operationId: `fetch_hashtag_post_list_api_v1_pipixia_app_fetch_hashtag_post_list_get`
84
+
85
+ #### Notes
86
+
87
+ > # [中文]
88
+ > ### 用途:
89
+ > - 获取话题作品列表数据。
90
+ > ### 参数:
91
+ > - hashtag_id: 话题id,可以从分享链接中获取。
92
+ > - cursor: 翻页游标,默认为0,后续页码从上一页返回的 `loadmore_cursor` Key中获取对应值。
93
+ > - feed_count: 翻页数量,默认为0,后续每次翻页加1,比如第一页为0,第二页为1,第三页为2,以此类推。
94
+ > - hashtag_request_type: 话题请求类型,默认为0,可用值如下:
95
+ > - 0: 热门
96
+ > - 1: 最新
97
+ > - 2: 精华
98
+ > - hashtag_sort_type: 话题排序类型,默认为3,可用值如下:
99
+ > - 3: 按热度
100
+ > - 2: 按时间,从新到旧
101
+ > - 1: 精华
102
+ > ### 返回:
103
+ > - 话题作品列表数据
104
+ >
105
+ > # [English]
106
+ > ### Purpose:
107
+ > - Get hashtag post list data.
108
+ > ### Parameters:
109
+ > - hashtag_id: AKA hashtag id, can be obtained from the share link.
110
+ > - cursor: Page cursor, default is 0, get the corresponding value from the `loadmore_cursor` Key in the previous page.
111
+ > - feed_count: Page count, default is 0, add 1 for each page, such as 0 for the first page, 1 for the second page, 2 for the third page, and so on.
112
+ > ### Return:
113
+ > - Hashtag post list data
114
+ >
115
+ > # [示例/Example]
116
+ > hashtag_id = "129559"
117
+ > cursor = "0"
118
+ > feed_count = "0"
119
+
120
+ #### Parameters
121
+
122
+ | Field | In | Type | Required | Description | Default | Example | Enum |
123
+ | --- | --- | --- | --- | --- | --- | --- | --- |
124
+ | hashtag_id | query | string | Yes | 话题id/Hashtag id | None | 129559 | None |
125
+ | cursor | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
126
+ | feed_count | query | string | No | 翻页数量/Page count | 0 | 0 | None |
127
+ | hashtag_request_type | query | string | No | 话题请求类型/Hashtag request type | 0 | 0 | None |
128
+ | hashtag_sort_type | query | string | No | 话题排序类型/Hashtag sort type | 3 | 3 | None |
129
+
130
+ #### Request Body
131
+
132
+ None
133
+
134
+ #### Success Response
135
+
136
+ ##### `200 application/json`
137
+
138
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
139
+
140
+ | Field | Type | Required | Description | Default | Example | Enum |
141
+ | --- | --- | --- | --- | --- | --- | --- |
142
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
143
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
144
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
145
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
146
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
147
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
148
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
149
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
150
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
151
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
152
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
153
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
154
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
155
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
156
+ | data | null | No | The response data \| 响应数据 | None | None | None |
157
+
158
+ <a id="get-api-u1-v1-pipixia-app-fetch-home-feed"></a>
159
+ ### `GET /api/u1/v1/pipixia/app/fetch_home_feed`
160
+
161
+ - Summary: 获取首页推荐/Get home feed
162
+ - Capabilities: profiles / accounts
163
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
164
+ - operationId: `fetch_home_feed_api_v1_pipixia_app_fetch_home_feed_get`
165
+
166
+ #### Notes
167
+
168
+ > # [中文]
169
+ > ### 用途:
170
+ > - 获取首页推荐数据。
171
+ > ### 参数:
172
+ > - cursor: 翻页游标,默认为0,后续页码从上一页返回的 `loadmore_cursor` Key中获取对应值。
173
+ > ### 返回:
174
+ > - 首页推荐数据
175
+ >
176
+ > # [English]
177
+ > ### Purpose:
178
+ > - Get home feed data.
179
+ > ### Parameters:
180
+ > - cursor: Page cursor, default is 0, get the corresponding value from the `loadmore_cursor` Key in the previous page.
181
+ > ### Return:
182
+ > - Home feed data
183
+ >
184
+ > # [示例/Example]
185
+ > cursor = "0"
186
+
187
+ #### Parameters
188
+
189
+ | Field | In | Type | Required | Description | Default | Example | Enum |
190
+ | --- | --- | --- | --- | --- | --- | --- | --- |
191
+ | cursor | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
192
+
193
+ #### Request Body
194
+
195
+ None
196
+
197
+ #### Success Response
198
+
199
+ ##### `200 application/json`
200
+
201
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
202
+
203
+ | Field | Type | Required | Description | Default | Example | Enum |
204
+ | --- | --- | --- | --- | --- | --- | --- |
205
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
206
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
207
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
208
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
209
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
210
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
211
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
212
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
213
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
214
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
215
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
216
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
217
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
218
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
219
+ | data | null | No | The response data \| 响应数据 | None | None | None |
220
+
221
+ <a id="get-api-u1-v1-pipixia-app-fetch-home-short-drama-feed"></a>
222
+ ### `GET /api/u1/v1/pipixia/app/fetch_home_short_drama_feed`
223
+
224
+ - Summary: 获取首页短剧推荐/Get home short drama feed
225
+ - Capabilities: profiles / accounts
226
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
227
+ - operationId: `fetch_home_short_drama_feed_api_v1_pipixia_app_fetch_home_short_drama_feed_get`
228
+
229
+ #### Notes
230
+
231
+ > # [中文]
232
+ > ### 用途:
233
+ > - 获取首页短剧推荐数据。
234
+ > ### 参数:
235
+ > - page: 页码,默认为1,每次翻页加1。
236
+ > ### 返回:
237
+ > - 首页短剧推荐数据
238
+ >
239
+ > # [English]
240
+ > ### Purpose:
241
+ > - Get home short drama feed data.
242
+ > ### Parameters:
243
+ > - page: Page number, default is 1, add 1 for each page.
244
+ > ### Return:
245
+ > - Home short drama feed data
246
+ >
247
+ > # [示例/Example]
248
+ > page = 1
249
+
250
+ #### Parameters
251
+
252
+ | Field | In | Type | Required | Description | Default | Example | Enum |
253
+ | --- | --- | --- | --- | --- | --- | --- | --- |
254
+ | page | query | integer | No | 页码/Page number | 1 | 1 | None |
255
+
256
+ #### Request Body
257
+
258
+ None
259
+
260
+ #### Success Response
261
+
262
+ ##### `200 application/json`
263
+
264
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
265
+
266
+ | Field | Type | Required | Description | Default | Example | Enum |
267
+ | --- | --- | --- | --- | --- | --- | --- |
268
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
269
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
270
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
271
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
272
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
273
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
274
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
275
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
276
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
277
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
278
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
279
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
280
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
281
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
282
+ | data | null | No | The response data \| 响应数据 | None | None | None |
283
+
284
+ <a id="get-api-u1-v1-pipixia-app-fetch-hot-search-board-detail"></a>
285
+ ### `GET /api/u1/v1/pipixia/app/fetch_hot_search_board_detail`
286
+
287
+ - Summary: 获取热搜榜单详情/Get hot search board detail
288
+ - Capabilities: search / trends / rankings / details
289
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
290
+ - operationId: `fetch_hot_search_board_detail_api_v1_pipixia_app_fetch_hot_search_board_detail_get`
291
+
292
+ #### Notes
293
+
294
+ > # [中文]
295
+ > ### 用途:
296
+ > - 获取热搜榜单详情数据。
297
+ > ### 参数:
298
+ > - block_type: 榜单类型,可以从`/fetch_hot_search_board_list`接口中获取。
299
+ > ### 返回:
300
+ > - 热搜榜单详情数据
301
+ >
302
+ > # [English]
303
+ > ### Purpose:
304
+ > - Get hot search board detail data.
305
+ > ### Parameters:
306
+ > - block_type: Board type, can be obtained from the `/fetch_hot_search_board_list` interface.
307
+ > ### Return:
308
+ > - Hot search board detail data
309
+ >
310
+ > # [示例/Example]
311
+ > block_type = 12
312
+
313
+ #### Parameters
314
+
315
+ | Field | In | Type | Required | Description | Default | Example | Enum |
316
+ | --- | --- | --- | --- | --- | --- | --- | --- |
317
+ | block_type | query | integer | Yes | 榜单类型/Board type | None | 12 | None |
318
+
319
+ #### Request Body
320
+
321
+ None
322
+
323
+ #### Success Response
324
+
325
+ ##### `200 application/json`
326
+
327
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
328
+
329
+ | Field | Type | Required | Description | Default | Example | Enum |
330
+ | --- | --- | --- | --- | --- | --- | --- |
331
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
332
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
333
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
334
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
335
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
336
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
337
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
338
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
339
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
340
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
341
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
342
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
343
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
344
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
345
+ | data | null | No | The response data \| 响应数据 | None | None | None |
346
+
347
+ <a id="get-api-u1-v1-pipixia-app-fetch-hot-search-board-list"></a>
348
+ ### `GET /api/u1/v1/pipixia/app/fetch_hot_search_board_list`
349
+
350
+ - Summary: 获取热搜榜单列表/Get hot search board list
351
+ - Capabilities: search / trends / rankings
352
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
353
+ - operationId: `fetch_hot_search_board_list_api_v1_pipixia_app_fetch_hot_search_board_list_get`
354
+
355
+ #### Notes
356
+
357
+ > # [中文]
358
+ > ### 用途:
359
+ > - 获取热搜榜单列表数据。
360
+ > ### 返回:
361
+ > - 热搜榜单列表数据
362
+ >
363
+ > # [English]
364
+ > ### Purpose:
365
+ > - Get hot search board list data.
366
+ > ### Return:
367
+ > - Hot search board list data
368
+ >
369
+ > # [示例/Example]
370
+ > 无/None
371
+
372
+ #### Parameters
373
+
374
+ None
375
+
376
+ #### Request Body
377
+
378
+ None
379
+
380
+ #### Success Response
381
+
382
+ ##### `200 application/json`
383
+
384
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
385
+
386
+ | Field | Type | Required | Description | Default | Example | Enum |
387
+ | --- | --- | --- | --- | --- | --- | --- |
388
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
389
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
390
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
391
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
392
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
393
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
394
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
395
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
396
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
397
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
398
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
399
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
400
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
401
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
402
+ | data | null | No | The response data \| 响应数据 | None | None | None |
403
+
404
+ <a id="get-api-u1-v1-pipixia-app-fetch-hot-search-words"></a>
405
+ ### `GET /api/u1/v1/pipixia/app/fetch_hot_search_words`
406
+
407
+ - Summary: 获取热搜词条/Get hot search words
408
+ - Capabilities: search / trends / rankings
409
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
410
+ - operationId: `fetch_hot_search_words_api_v1_pipixia_app_fetch_hot_search_words_get`
411
+
412
+ #### Notes
413
+
414
+ > # [中文]
415
+ > ### 用途:
416
+ > - 获取热搜词条数据。
417
+ > ### 返回:
418
+ > - 热搜词条数据
419
+ >
420
+ > # [English]
421
+ > ### Purpose:
422
+ > - Get hot search words data.
423
+ > ### Return:
424
+ > - Hot search words data
425
+ >
426
+ > # [示例/Example]
427
+ > 无/None
428
+
429
+ #### Parameters
430
+
431
+ None
432
+
433
+ #### Request Body
434
+
435
+ None
436
+
437
+ #### Success Response
438
+
439
+ ##### `200 application/json`
440
+
441
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
442
+
443
+ | Field | Type | Required | Description | Default | Example | Enum |
444
+ | --- | --- | --- | --- | --- | --- | --- |
445
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
446
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
447
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
448
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
449
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
450
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
451
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
452
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
453
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
454
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
455
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
456
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
457
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
458
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
459
+ | data | null | No | The response data \| 响应数据 | None | None | None |
460
+
461
+ <a id="get-api-u1-v1-pipixia-app-fetch-increase-post-view-count"></a>
462
+ ### `GET /api/u1/v1/pipixia/app/fetch_increase_post_view_count`
463
+
464
+ - Summary: 增加作品浏览数/Increase post view count
465
+ - Capabilities: content details
466
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
467
+ - operationId: `fetch_increase_post_view_count_api_v1_pipixia_app_fetch_increase_post_view_count_get`
468
+
469
+ #### Notes
470
+
471
+ > # [中文]
472
+ > ### 用途:
473
+ > - 增加作品浏览数。
474
+ > ### 参数:
475
+ > - cell_id: 作品id,可以从分享链接中获取。
476
+ > - cell_type: 作品类型,1为视频,多大数保持默认值即可。
477
+ > ### 返回:
478
+ > - 执行结果
479
+ >
480
+ > # [English]
481
+ > ### Purpose:
482
+ > - Increase post view count.
483
+ > ### Parameters:
484
+ > - cell_id: AKA video id, can be obtained from the share link.
485
+ > - cell_type: Video type, 1 for video, keep the default value for other types.
486
+ > ### Return:
487
+ > - Execution result
488
+ >
489
+ > # [示例/Example]
490
+ > cell_id = "7411193113223371043"
491
+ > cell_type = 1
492
+
493
+ #### Parameters
494
+
495
+ | Field | In | Type | Required | Description | Default | Example | Enum |
496
+ | --- | --- | --- | --- | --- | --- | --- | --- |
497
+ | cell_id | query | string | Yes | 作品id/Video id | None | 7411193113223371043 | None |
498
+ | cell_type | query | integer | No | 作品类型/Video type | 1 | 1 | None |
499
+
500
+ #### Request Body
501
+
502
+ None
503
+
504
+ #### Success Response
505
+
506
+ ##### `200 application/json`
507
+
508
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
509
+
510
+ | Field | Type | Required | Description | Default | Example | Enum |
511
+ | --- | --- | --- | --- | --- | --- | --- |
512
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
513
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
514
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
515
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
516
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
517
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
518
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
519
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
520
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
521
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
522
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
523
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
524
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
525
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
526
+ | data | null | No | The response data \| 响应数据 | None | None | None |
527
+
528
+ <a id="get-api-u1-v1-pipixia-app-fetch-post-comment-list"></a>
529
+ ### `GET /api/u1/v1/pipixia/app/fetch_post_comment_list`
530
+
531
+ - Summary: 获取作品评论列表/Get post comment list
532
+ - Capabilities: comments / content details
533
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
534
+ - operationId: `fetch_post_comment_list_api_v1_pipixia_app_fetch_post_comment_list_get`
535
+
536
+ #### Notes
537
+
538
+ > # [中文]
539
+ > ### 用途:
540
+ > - 获取作品的评论列表。
541
+ > ### 参数:
542
+ > - cell_id: 作品id,可以从分享链接中获取。
543
+ > - cell_type: 作品类型,1为视频,多大数保持默认值即可。
544
+ > - offset: 翻页游标,默认为0,后续页码从上一页返回的 `offset` Key中获取对应值。
545
+ > ### 返回:
546
+ > - 作品评论列表
547
+ >
548
+ > # [English]
549
+ > ### Purpose:
550
+ > - Get the comment list of a post.
551
+ > ### Parameters:
552
+ > - cell_id: AKA video id, can be obtained from the share link.
553
+ > - cell_type: Video type, 1 for video, keep the default value for other types.
554
+ > - offset: Page cursor, default is 0, get the corresponding value from the `offset` Key in the previous page.
555
+ > ### Return:
556
+ > - Post comment list
557
+ >
558
+ > # [示例/Example]
559
+ > cell_id = "7411193113223371043"
560
+ > cell_type = 1
561
+ > offset = "0"
562
+
563
+ #### Parameters
564
+
565
+ | Field | In | Type | Required | Description | Default | Example | Enum |
566
+ | --- | --- | --- | --- | --- | --- | --- | --- |
567
+ | cell_id | query | string | Yes | 作品id/Video id | None | 7411193113223371043 | None |
568
+ | cell_type | query | integer | No | 作品类型/Video type | 1 | 1 | None |
569
+ | offset | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
570
+
571
+ #### Request Body
572
+
573
+ None
574
+
575
+ #### Success Response
576
+
577
+ ##### `200 application/json`
578
+
579
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
580
+
581
+ | Field | Type | Required | Description | Default | Example | Enum |
582
+ | --- | --- | --- | --- | --- | --- | --- |
583
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
584
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
585
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
586
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
587
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
588
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
589
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
590
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
591
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
592
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
593
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
594
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
595
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
596
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
597
+ | data | null | No | The response data \| 响应数据 | None | None | None |
598
+
599
+ <a id="get-api-u1-v1-pipixia-app-fetch-post-detail"></a>
600
+ ### `GET /api/u1/v1/pipixia/app/fetch_post_detail`
601
+
602
+ - Summary: 获取单个作品数据/Get single video data
603
+ - Capabilities: content details / details
604
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
605
+ - operationId: `fetch_post_detail_api_v1_pipixia_app_fetch_post_detail_get`
606
+
607
+ #### Notes
608
+
609
+ > # [中文]
610
+ > ### 用途:
611
+ > - 获取单个作品数据,支持图文、视频等。
612
+ > ### 参数:
613
+ > - cell_id: 作品id,可以从分享链接中获取。
614
+ > - cell_type: 作品类型,1为视频,多大数保持默认值即可。
615
+ > ### 返回:
616
+ > - 作品数据
617
+ >
618
+ > # [English]
619
+ > ### Purpose:
620
+ > - Get single video data, support photo, video, etc.
621
+ > ### Parameters:
622
+ > - cell_id: AKA video id, can be obtained from the share link.
623
+ > - cell_type: Video type, 1 for video, keep the default value for other types.
624
+ > ### Return:
625
+ > - Video data
626
+ >
627
+ > # [示例/Example]
628
+ > cell_id = "7411193113223371043"
629
+
630
+ #### Parameters
631
+
632
+ | Field | In | Type | Required | Description | Default | Example | Enum |
633
+ | --- | --- | --- | --- | --- | --- | --- | --- |
634
+ | cell_id | query | string | Yes | 作品id/Video id | None | 7411193113223371043 | None |
635
+ | cell_type | query | integer | No | 作品类型/Video type | 1 | 1 | None |
636
+
637
+ #### Request Body
638
+
639
+ None
640
+
641
+ #### Success Response
642
+
643
+ ##### `200 application/json`
644
+
645
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
646
+
647
+ | Field | Type | Required | Description | Default | Example | Enum |
648
+ | --- | --- | --- | --- | --- | --- | --- |
649
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
650
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
651
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
652
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
653
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
654
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
655
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
656
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
657
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
658
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
659
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
660
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
661
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
662
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
663
+ | data | null | No | The response data \| 响应数据 | None | None | None |
664
+
665
+ <a id="get-api-u1-v1-pipixia-app-fetch-post-statistics"></a>
666
+ ### `GET /api/u1/v1/pipixia/app/fetch_post_statistics`
667
+
668
+ - Summary: 获取作品统计数据/Get post statistics
669
+ - Capabilities: content details
670
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
671
+ - operationId: `fetch_post_statistics_api_v1_pipixia_app_fetch_post_statistics_get`
672
+
673
+ #### Notes
674
+
675
+ > # [中文]
676
+ > ### 用途:
677
+ > - 获取单个作品的统计数据,如点赞数、评论数、转发数等。
678
+ > ### 参数:
679
+ > - cell_id: 作品id,可以从分享链接中获取。
680
+ > ### 返回:
681
+ > - 作品统计数据
682
+ >
683
+ > # [English]
684
+ > ### Purpose:
685
+ > - Get the statistics of a single post, such as the number of likes, comments, reposts, etc.
686
+ > ### Parameters:
687
+ > - cell_id: AKA video id, can be obtained from the share link.
688
+ > ### Return:
689
+ > - Post statistics
690
+ >
691
+ > # [示例/Example]
692
+ > cell_id = "7411193113223371043"
693
+
694
+ #### Parameters
695
+
696
+ | Field | In | Type | Required | Description | Default | Example | Enum |
697
+ | --- | --- | --- | --- | --- | --- | --- | --- |
698
+ | cell_id | query | string | Yes | 作品id/Video id | None | 7411193113223371043 | None |
699
+
700
+ #### Request Body
701
+
702
+ None
703
+
704
+ #### Success Response
705
+
706
+ ##### `200 application/json`
707
+
708
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
709
+
710
+ | Field | Type | Required | Description | Default | Example | Enum |
711
+ | --- | --- | --- | --- | --- | --- | --- |
712
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
713
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
714
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
715
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
716
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
717
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
718
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
719
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
720
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
721
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
722
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
723
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
724
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
725
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
726
+ | data | null | No | The response data \| 响应数据 | None | None | None |
727
+
728
+ <a id="get-api-u1-v1-pipixia-app-fetch-search"></a>
729
+ ### `GET /api/u1/v1/pipixia/app/fetch_search`
730
+
731
+ - Summary: 搜索接口/Search API
732
+ - Capabilities: search
733
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
734
+ - operationId: `fetch_search_api_v1_pipixia_app_fetch_search_get`
735
+
736
+ #### Notes
737
+
738
+ > # [中文]
739
+ > ### 用途:
740
+ > - 搜索接口,支持搜索用户、作品等。
741
+ > ### 参数:
742
+ > - keyword: 搜索关键词。
743
+ > - offset: 翻页游标,默认为0,后续页码从上一页返回的 `offset` Key中获取对应值。
744
+ > - search_type: 搜索类型,可用值如下:
745
+ > - 1: 综合
746
+ > - 8: 热门
747
+ > - 9: 新鲜
748
+ > - 2:视频
749
+ > - 3:图文
750
+ > - 4:用户
751
+ > - 5:话题
752
+ > ### 返回:
753
+ > - 搜索结果
754
+ >
755
+ > # [English]
756
+ > ### Purpose:
757
+ > - Search API, support search user, post, etc.
758
+ > ### Parameters:
759
+ > - keyword: Search keyword.
760
+ > - offset: Page cursor, default is 0, get the corresponding value from the `offset` Key in the previous page.
761
+ > - search_type: Search type, available values are as follows:
762
+ > - 1: Comprehensive
763
+ > - 8: Hot
764
+ > - 9: Fresh
765
+ > - 2: Video
766
+ > - 3: Photo
767
+ > - 4: User
768
+ > - 5: Hashtag
769
+ > ### Return:
770
+ > - Search result
771
+ >
772
+ > # [示例/Example]
773
+ > keyword = "皮皮虾"
774
+ > offset = "0"
775
+ > search_type = "1"
776
+
777
+ #### Parameters
778
+
779
+ | Field | In | Type | Required | Description | Default | Example | Enum |
780
+ | --- | --- | --- | --- | --- | --- | --- | --- |
781
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | 皮皮虾 | None |
782
+ | offset | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
783
+ | search_type | query | string | No | 搜索类型/Search type | 1 | 1 | None |
784
+
785
+ #### Request Body
786
+
787
+ None
788
+
789
+ #### Success Response
790
+
791
+ ##### `200 application/json`
792
+
793
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
794
+
795
+ | Field | Type | Required | Description | Default | Example | Enum |
796
+ | --- | --- | --- | --- | --- | --- | --- |
797
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
798
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
799
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
800
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
801
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
802
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
803
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
804
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
805
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
806
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
807
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
808
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
809
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
810
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
811
+ | data | null | No | The response data \| 响应数据 | None | None | None |
812
+
813
+ <a id="get-api-u1-v1-pipixia-app-fetch-short-url"></a>
814
+ ### `GET /api/u1/v1/pipixia/app/fetch_short_url`
815
+
816
+ - Summary: 生成短连接/Generate short URL
817
+ - Capabilities: general
818
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
819
+ - operationId: `fetch_short_url_api_v1_pipixia_app_fetch_short_url_get`
820
+
821
+ #### Notes
822
+
823
+ > # [中文]
824
+ > ### 用途:
825
+ > - 生成短连接。
826
+ > ### 参数:
827
+ > - original_url: 原始链接,可以是任意链接。
828
+ > ### 返回:
829
+ > - 短连接
830
+ >
831
+ > # [English]
832
+ > ### Purpose:
833
+ > - Generate short URL.
834
+ > ### Parameters:
835
+ > - original_url: Original URL, can be any link.
836
+ > ### Return:
837
+ > - Short URL
838
+ >
839
+ > # [示例/Example]
840
+ > original_url = "https://h5.pipix.com/item/7385813877985909043"
841
+
842
+ #### Parameters
843
+
844
+ | Field | In | Type | Required | Description | Default | Example | Enum |
845
+ | --- | --- | --- | --- | --- | --- | --- | --- |
846
+ | original_url | query | string | Yes | 原始链接/Original URL | None | https://h5.pipix.com/item/7385813877985909043 | None |
847
+
848
+ #### Request Body
849
+
850
+ None
851
+
852
+ #### Success Response
853
+
854
+ ##### `200 application/json`
855
+
856
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
857
+
858
+ | Field | Type | Required | Description | Default | Example | Enum |
859
+ | --- | --- | --- | --- | --- | --- | --- |
860
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
861
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
862
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
863
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
864
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
865
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
866
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
867
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
868
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
869
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
870
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
871
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
872
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
873
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
874
+ | data | null | No | The response data \| 响应数据 | None | None | None |
875
+
876
+ <a id="get-api-u1-v1-pipixia-app-fetch-user-follower-list"></a>
877
+ ### `GET /api/u1/v1/pipixia/app/fetch_user_follower_list`
878
+
879
+ - Summary: 获取用户粉丝列表/Get user follower list
880
+ - Capabilities: profiles / accounts
881
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
882
+ - operationId: `fetch_user_follower_list_api_v1_pipixia_app_fetch_user_follower_list_get`
883
+
884
+ #### Notes
885
+
886
+ > # [中文]
887
+ > ### 用途:
888
+ > - 获取用户的粉丝列表。
889
+ > ### 参数:
890
+ > - user_id: 用户id,可以从分享链接中获取。
891
+ > - cursor: 翻页游标,默认为0,后续页码从上一页返回的 `loadmore_cursor` Key中获取对应值。
892
+ > ### 返回:
893
+ > - 用户粉丝列表
894
+ >
895
+ > # [English]
896
+ > ### Purpose:
897
+ > - Get user's follower list.
898
+ > ### Parameters:
899
+ > - user_id: AKA user id, can be obtained from the share link.
900
+ > - cursor: Page cursor, default is 0, get the corresponding value from the `loadmore_cursor` Key in the previous page.
901
+ > ### Return:
902
+ > - User follower list
903
+ >
904
+ > # [示例/Example]
905
+ > user_id = "1310254082831248"
906
+ > cursor = "0"
907
+
908
+ #### Parameters
909
+
910
+ | Field | In | Type | Required | Description | Default | Example | Enum |
911
+ | --- | --- | --- | --- | --- | --- | --- | --- |
912
+ | user_id | query | string | Yes | 用户id/User id | None | 1310254082831248 | None |
913
+ | cursor | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
914
+
915
+ #### Request Body
916
+
917
+ None
918
+
919
+ #### Success Response
920
+
921
+ ##### `200 application/json`
922
+
923
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
924
+
925
+ | Field | Type | Required | Description | Default | Example | Enum |
926
+ | --- | --- | --- | --- | --- | --- | --- |
927
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
928
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
929
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
930
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
931
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
932
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
933
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
934
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
935
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
936
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
937
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
938
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
939
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
940
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
941
+ | data | null | No | The response data \| 响应数据 | None | None | None |
942
+
943
+ <a id="get-api-u1-v1-pipixia-app-fetch-user-following-list"></a>
944
+ ### `GET /api/u1/v1/pipixia/app/fetch_user_following_list`
945
+
946
+ - Summary: 获取用户关注列表/Get user following list
947
+ - Capabilities: profiles / accounts
948
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
949
+ - operationId: `fetch_user_following_list_api_v1_pipixia_app_fetch_user_following_list_get`
950
+
951
+ #### Notes
952
+
953
+ > # [中文]
954
+ > ### 用途:
955
+ > - 获取用户的关注列表。
956
+ > ### 参数:
957
+ > - user_id: 用户id,可以从分享链接中获取。
958
+ > - cursor: 翻页游标,默认为0,后续页码从上一页返回的 `loadmore_cursor` Key中获取对应值。
959
+ > ### 返回:
960
+ > - 用户关注列表
961
+ >
962
+ > # [English]
963
+ > ### Purpose:
964
+ > - Get user's following list.
965
+ > ### Parameters:
966
+ > - user_id: AKA user id, can be obtained from the share link.
967
+ > - cursor: Page cursor, default is 0, get the corresponding value from the `loadmore_cursor` Key in the previous page.
968
+ > ### Return:
969
+ > - User following list
970
+ >
971
+ > # [示例/Example]
972
+ > user_id = "1310254082831248"
973
+ > cursor = "0"
974
+
975
+ #### Parameters
976
+
977
+ | Field | In | Type | Required | Description | Default | Example | Enum |
978
+ | --- | --- | --- | --- | --- | --- | --- | --- |
979
+ | user_id | query | string | Yes | 用户id/User id | None | 1310254082831248 | None |
980
+ | cursor | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
981
+
982
+ #### Request Body
983
+
984
+ None
985
+
986
+ #### Success Response
987
+
988
+ ##### `200 application/json`
989
+
990
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
991
+
992
+ | Field | Type | Required | Description | Default | Example | Enum |
993
+ | --- | --- | --- | --- | --- | --- | --- |
994
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
995
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
996
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
997
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
998
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
999
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1000
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1001
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1002
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1003
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1004
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1005
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1006
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1007
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1008
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1009
+
1010
+ <a id="get-api-u1-v1-pipixia-app-fetch-user-info"></a>
1011
+ ### `GET /api/u1/v1/pipixia/app/fetch_user_info`
1012
+
1013
+ - Summary: 获取用户信息/Get user information
1014
+ - Capabilities: profiles / accounts
1015
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1016
+ - operationId: `fetch_user_info_api_v1_pipixia_app_fetch_user_info_get`
1017
+
1018
+ #### Notes
1019
+
1020
+ > # [中文]
1021
+ > ### 用途:
1022
+ > - 获取用户信息,如昵称、性别、头像等。
1023
+ > ### 参数:
1024
+ > - user_id: 用户id,可以从分享链接中获取。
1025
+ > ### 返回:
1026
+ > - 用户信息
1027
+ >
1028
+ > # [English]
1029
+ > ### Purpose:
1030
+ > - Get user information, such as nickname and avatar.
1031
+ > ### Parameters:
1032
+ > - user_id: AKA user id, can be obtained from the share link.
1033
+ > ### Return:
1034
+ > - User information
1035
+ >
1036
+ > # [示例/Example]
1037
+ > user_id = "1310254082831248"
1038
+
1039
+ #### Parameters
1040
+
1041
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1042
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1043
+ | user_id | query | string | Yes | 用户id/User id | None | 1020401 | None |
1044
+
1045
+ #### Request Body
1046
+
1047
+ None
1048
+
1049
+ #### Success Response
1050
+
1051
+ ##### `200 application/json`
1052
+
1053
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1054
+
1055
+ | Field | Type | Required | Description | Default | Example | Enum |
1056
+ | --- | --- | --- | --- | --- | --- | --- |
1057
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1058
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1059
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1060
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1061
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1062
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1063
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1064
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1065
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1066
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1067
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1068
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1069
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1070
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1071
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1072
+
1073
+ <a id="get-api-u1-v1-pipixia-app-fetch-user-post-list"></a>
1074
+ ### `GET /api/u1/v1/pipixia/app/fetch_user_post_list`
1075
+
1076
+ - Summary: 获取用户作品列表/Get user post list
1077
+ - Capabilities: profiles / accounts / content details
1078
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1079
+ - operationId: `fetch_user_post_list_api_v1_pipixia_app_fetch_user_post_list_get`
1080
+
1081
+ #### Notes
1082
+
1083
+ > # [中文]
1084
+ > ### 用途:
1085
+ > - 获取用户作品列表,如视频、图文等。
1086
+ > ### 参数:
1087
+ > - user_id: 用户id,可以从分享链接中获取。
1088
+ > - cursor: 翻页游标,默认为0,后续页码从上一页返回的 `loadmore_cursor` Key中获取对应值。
1089
+ > - feed_count: 翻页数量,默认为0,后续每次翻页加1,比如第一页为0,第二页为1,第三页为2,以此类推。
1090
+ > ### 返回:
1091
+ > - 用户作品列表
1092
+ >
1093
+ > # [English]
1094
+ > ### Purpose:
1095
+ > - Get user post list, such as videos, photos, etc.
1096
+ > ### Parameters:
1097
+ > - user_id: AKA user id, can be obtained from the share link.
1098
+ > - cursor: Page cursor, default is 0, get the corresponding value from the `loadmore_cursor` Key in the previous page.
1099
+ > - feed_count: Page count, default is 0, add 1 for each page, such as 0 for the first page, 1 for the second page, 2 for the third page, and so on.
1100
+ > ### Return:
1101
+ > - User post list
1102
+ >
1103
+ > # [示例/Example]
1104
+ > user_id = "1310254082831248"
1105
+ > cursor = "0"
1106
+ > feed_count = "0"
1107
+
1108
+ #### Parameters
1109
+
1110
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1111
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1112
+ | user_id | query | string | Yes | 用户id/User id | None | 1310254082831248 | None |
1113
+ | cursor | query | string | No | 翻页游标/Page cursor | 0 | 0 | None |
1114
+ | feed_count | query | string | No | 翻页数量/Page count | 0 | 0 | None |
1115
+
1116
+ #### Request Body
1117
+
1118
+ None
1119
+
1120
+ #### Success Response
1121
+
1122
+ ##### `200 application/json`
1123
+
1124
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1125
+
1126
+ | Field | Type | Required | Description | Default | Example | Enum |
1127
+ | --- | --- | --- | --- | --- | --- | --- |
1128
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1129
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1130
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1131
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1132
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1133
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1134
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1135
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1136
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1137
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1138
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1139
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1140
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1141
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1142
+ | data | null | No | The response data \| 响应数据 | None | None | None |