---
title: "Bulk Include"
method: POST
path: "/api/videos/bulk-include"
tags: ["Videos", "videos"]
---

# Bulk Include

`POST /api/videos/bulk-include`

Re-include multiple videos in optimization (un-pause).

Mirror of /bulk-exclude. If `video_ids` is None or empty, every currently-
paused video owned by the user is re-included. Body shape mirrors
bulk-exclude exactly: a bare JSON array, e.g. POST [10430, 10431].
Sending nothing (or empty array) targets every paused video this user
owns.

Used by the creator dashboard's master "Optimize all videos" toggle.

## Request body

- integer[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
