---
title: "Create shorts from deep research"
method: POST
path: "/video/CreateShortsFromDeepResearch"
tags: ["Video"]
---

# Create shorts from deep research

`POST /video/CreateShortsFromDeepResearch`

Create short videos from the results of a completed deep research

## Request body

- object
  - `deepResearchId` string, required — ID of the completed deep research to create shorts from
  - `prompt` string — Optional instructions for short creation
  - `avatar1` string, required — ID of the first avatar to use
  - `avatar2` string — Optional ID of the second avatar to use
  - `subtitles` boolean — Optional boolean to include subtitles (default: true)
  - `callbackData` string — Optional data to include in webhooks
  - `scheduledOn` string, date-time — Optional date/time to schedule the request for processing

## Response `200`

Request accepted

- object
  - `requestId` string — Request identifier
  - `status` integer — Initial status code (0 = pending)

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Deep research not found or not accessible

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
