SocialSisterYi / bilibili-API-collect

哔哩哔哩-API收集整理【不断更新中....】
https://socialsisteryi.github.io/bilibili-API-collect/
Other
15.14k stars 1.72k forks source link

好像没找到发布专栏的api #137

Open wkfyynh opened 3 years ago

wkfyynh commented 3 years ago

有大佬知道专栏文章发布的api吗?可以添加下吗

SessionHu commented 2 months ago

POST https://api.bilibili.com/x/dynamic/feed/create/opus

URL querys:

csrf: xxx
gaia_source: main_web
w_opus_req.upload_id: 616368979_1723608424_2511
w_rid: xxx
wts: xxx

Payload:

{"raw_content":"{\"ops\":[{\"insert\":\"The quick brown fox jumps over the lazy dog.\\n\"},{\"attributes\":{\"bold\":true},\"insert\":\"The quick brown fox jumps over the lazy dog.\"},{\"insert\":\"\\n\"},{\"attributes\":{\"strike\":true},\"insert\":\"The quick brown fox jumps over the lazy dog.\"},{\"insert\":\"\\n\"},{\"attributes\":{\"italic\":true},\"insert\":\"The quick brown fox jumps over the lazy dog.\"},{\"insert\":\"\\nThe quick brown fox jumps over the lazy dog.\"},{\"attributes\":{\"blockquote\":true},\"insert\":\"\\n\"},{\"insert\":\"The quick brown fox jumps over the lazy dog.\"},{\"attributes\":{\"list\":\"bullet\"},\"insert\":\"\\n\"},{\"attributes\":{\"color\":\"#18e7cf\"},\"insert\":\"The quick brown fox jumps over the lazy dog.\"},{\"insert\":\"\\n\\n\\n\"}]}","opus_req":{"upload_id":"616368979_1723608424_2511","opus":{"opus_source":2,"title":"Undefined","content":{"paragraphs":[{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{}}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{"bold":true}}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{"strikethrough":true}}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{"italic":true}}}]}},{"para_type":4,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{}}}]}},{"para_type":6,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{}}}]},"format":{"list_format":{"level":1,"order":1}}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"The quick brown fox jumps over the lazy dog.","font_size":17,"font_level":"regular","style":{},"color":"#18e7cf"}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"\n","font_size":17,"font_level":"regular","style":{}}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"\n","font_size":17,"font_level":"regular","style":{}}}]}},{"para_type":1,"text":{"nodes":[{"node_type":1,"word":{"words":"\n","font_size":17,"font_level":"regular","style":{}}}]}}]},"article":{"category_id":15,"list_id":0,"originality":0,"reproduced":0,"cover":[{"url":"http://i0.hdslb.com/bfs/article/a1040051fa13a7d0eedbd55f91f5dfe2616368979.jpg","width":1928,"height":1080,"size":145.1005859375}],"biz_tags":["word","test"]},"pub_info":{}},"scene":12,"meta":{"app_meta":{"from":"create.article.web","mobi_app":"web"}},"option":{}}}
z0z0r4 commented 2 months ago

大哥是真狠啊…我去(

https://github.com/Nemo2011/bilibili-api/pull/757

可以参考…未能完成