---
title: "Add videos to funnel"
method: POST
path: "/funnels/add_videos"
tags: ["Funnel Videos"]
---

# Add videos to funnel

`POST /funnels/add_videos`

Adds one or more videos to an existing funnel with position coordinates and first video designation

## Request body

- AddVideosRequest
  - `id` string, uuid, required — Funnel ID to add videos to
  - `videos` object[], required — List of videos to add with their coordinates
    - `id` string, uuid, required — Video ID
    - `front_coordinates` object, required — Position coordinates for the video in the funnel
      - `x` number, required — X coordinate position
      - `y` number, required — Y coordinate position
    - `is_first` boolean — Indicates if this video is the first in the funnel

## Response `200`

Videos added to funnel successfully

- object
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
