---
title: "Generate Video Embedding"
method: POST
path: "/embeddings/video"
---

# Generate Video Embedding

`POST /embeddings/video`

## Request body

- object
  - `asset_id` string, required — Video asset ID
  - `model` 'multimodalembedding@001', required — Embedding model name

## Response `200`

Embedding generated successfully

- object
  - `code` string — Response code indicating the result status
  - `msg` string — Response message describing the operation result
  - `data` object — Response data object containing the embedding
    - `embedding` number[] — Vector embedding array representing the entire video
  - `success` boolean — Indicates whether the operation was successful
  - `failed` boolean — Indicates whether the operation failed

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
