@tikomni/skills 0.1.3 → 0.1.4

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 (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1142 +0,0 @@
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 |