/
/BibiGPT OpenAPI 规范
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
agent24
open11
  • getCheck task status and get result if completed
  • getExpand shortened video or audio URLs
  • getGenerate chapter summary for url
  • postGenerate configurable summary from url based on prompt config
  • getGenerate video or audio summary from url
  • postGenerate video or audio summary from url (POST variant for agent payment)
  • getGet the version of the API
  • getOnly returns the video subtitles array in detail
  • getPolish video subtitles into readable article segments
  • getRewrite video subtitles as a polished article
  • getSubmit video summary processing task
  • postCreates a summary completion for the given video url in chat message.
  • postTranscribes an audio file into text.
open

Submit video summary processing task

get/v1/createSummaryTask

Query parameters

urlstring required

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

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

Response

Successful response

successboolean required
taskIdstring required
statusstring required
messagestring nullable
summarystring

Changes