---
title: "Add a saved video to a collection"
method: POST
path: "/v1/collections/addItem"
tags: ["agent", "collections"]
---

# Add a saved video to a collection

`POST /v1/collections/addItem`

## Request body

- object
  - `collectionId` string, required
  - `contentId` string
  - `sourceUrl` string, uri

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `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)
