Subspace Institute

Bilibili Superchat API

基于 LAPLACE Login Sync 的 Bilibili 直播间醒目留言 API

目前已用于 Superchat FoS 醒目留言管理器 中的 API 发送功能

  • API Base: https://workers.vrp.moe/bilibili/live-create-order
  • POST data
    • loginSyncToken: LAPLACE Login Sync 的同步密钥
    • content: 要发送的醒目留言内容
    • price: 醒目留言价格,单位人民币
    • roomId: 接收方的直播间
    • uid?: 接收方的 UID,可选,如果不指定,则会通过服务器自动获取,会略微增加提交延迟

Response Body

PropTypeDefault
data
{ status: number; order_id: string; gold: number; bp: number; error_info: null; } | null
-
ttl
number
-
message
string
-
code
number
-

On this page