---
title: "Merge video frames"
method: POST
path: "/experimental/frames/merge"
tags: ["Experimental"]
---

# Merge video frames

`POST /experimental/frames/merge`

## Request body

- MergeVideosRequest
  - `video_paths` string[], required

## Response `200`

OK

- MergeVideosResponse
  - `video_path` string, required

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Experimental` added
- **2026-04-08** `1a63468a8d30` — 4 breaking, 2 warning, 3 info
  - added the new required request property `video_paths`
  - removed the required property `message` from the response with the `200` status
  - removed the required property `output_path` from the response with the `200` status
  - removed the required property `success` from the response with the `200` status
  - …5 more
- **2026-02-16** `e143bf8d73bc` — 1 info
  - api tag `Experimental` added
- **2026-02-11** `2825740bcf63` — 2 breaking, 1 warning, 5 info
  - added the new required request property `frame_ids`
  - removed the required property `video_path` from the response with the `200` status
  - removed the request property `video_paths`
  - api operation id `merge-frames` removed and replaced with `server_merge_frames_handler`
  - …4 more

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/experimental/frames/merge/post.md)

---

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