---
title: "Submit video summary processing task"
method: GET
path: "/v1/createSummaryTask"
tags: ["open"]
---

# Submit video summary processing task

`GET /v1/createSummaryTask`

## Query parameters

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

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `taskId` string, required
  - `status` string, required
  - `message` string, nullable
  - `summary` string

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/bibigpt/apis/bibigpt-openapi.md) · [All operations](https://skmtc.net/bibigpt/apis/bibigpt-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bibigpt/bibigpt-openapi/versions/6923ed89c442/schema)
