跳转到主要内容
GET
/
v1
/
createSummaryTask
Submit video summary processing task
curl --request GET \
  --url https://api.bibigpt.co/api/v1/createSummaryTask \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "taskId": "<string>",
  "status": "<string>",
  "message": "<string>",
  "summary": "<string>"
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

url
string
必填

The URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2)

响应

Successful response

success
boolean
必填
taskId
string
必填
status
string
必填
message
string | null
summary
string