---
title: "Schedule Bulk"
method: POST
path: "/api/v1/social/schedule/bulk"
tags: ["socialScheduler"]
---

# Schedule Bulk

`POST /api/v1/social/schedule/bulk`

## Request body

- BulkScheduleDTO
  - `items` ScheduleItem[], required
    - `social_account_id` string, required
    - `project_id` integer, nullable
    - `media_type` string
    - `media_url` string, nullable
    - `media_urls` string[], nullable
    - `caption` string, nullable
    - `hashtags` string[], nullable
    - `privacy_level` string, nullable
    - `scheduled_time` string, required
    - `is_aigc` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
