---
title: "Get a saved video with summary, chapters, subtitles, note"
method: GET
path: "/v1/library/get"
tags: ["agent", "library"]
---

# Get a saved video with summary, chapters, subtitles, note

`GET /v1/library/get`

## Query parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `title` string, nullable, required
  - `sourceUrl` string, required
  - `coverUrl` string, nullable, required
  - `duration` number, nullable, required
  - `note` string, nullable, required
  - `summary` string, nullable, required
  - `chapters` unknown[], nullable, required
    - unknown
  - `subtitles` unknown[], nullable, required
    - unknown
  - `createdAt` string, required
  - `updatedAt` string, required

## 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/revisions/6923ed89c442/schema)
